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', () => {
beforeEach(() => {
cy.OAuthLogin('Test')
cy.OAuthLogin('test')
cy.visit('/login')
cy.removeConnections()
cy.createConnection()

View File

@ -1,6 +1,6 @@
describe('Use Dashboards', () => {
beforeEach(() => {
cy.OAuthLogin('Test')
cy.OAuthLogin('test')
cy.visit('/login')
cy.removeConnections()
cy.createConnection()

View File

@ -1,6 +1,6 @@
describe('query builder', () => {
beforeEach(() => {
cy.OAuthLogin('Test')
cy.OAuthLogin('test')
cy.deleteDashboards()
cy.removeConnections()
cy.createConnection()

View File

@ -1,6 +1,6 @@
describe('Welcome Page', () => {
beforeEach(() => {
cy.OAuthLogin('Test')
cy.OAuthLogin('test')
cy.removeConnections()
cy.OAuthLogout()
console.log(window.location.hostname)