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