chore: change Test user back to test
parent
0f3a343cce
commit
631f455bac
|
@ -1,6 +1,6 @@
|
|||
describe('Use Admin tab', () => {
|
||||
beforeEach(() => {
|
||||
cy.OAuthLogin('Test')
|
||||
cy.OAuthLogin('test')
|
||||
cy.visit('/login')
|
||||
cy.removeConnections()
|
||||
cy.createConnection()
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
describe('Use Dashboards', () => {
|
||||
beforeEach(() => {
|
||||
cy.OAuthLogin('Test')
|
||||
cy.OAuthLogin('test')
|
||||
cy.visit('/login')
|
||||
cy.removeConnections()
|
||||
cy.createConnection()
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
describe('query builder', () => {
|
||||
beforeEach(() => {
|
||||
cy.OAuthLogin('Test')
|
||||
cy.OAuthLogin('test')
|
||||
cy.deleteDashboards()
|
||||
cy.removeConnections()
|
||||
cy.createConnection()
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
describe('Welcome Page', () => {
|
||||
beforeEach(() => {
|
||||
cy.OAuthLogin('Test')
|
||||
cy.OAuthLogin('test')
|
||||
cy.removeConnections()
|
||||
cy.OAuthLogout()
|
||||
console.log(window.location.hostname)
|
||||
|
|
Loading…
Reference in New Issue