chore: change Test user back to test

pull/5911/head
k3yi0 2022-04-29 10:56:27 +02:00
parent 0f3a343cce
commit 631f455bac
4 changed files with 4 additions and 4 deletions

View File

@ -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()

View File

@ -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()

View File

@ -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()

View File

@ -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)