chore(cypress): remove only keyword

pull/5925/head
k3yi0 2022-06-07 09:12:13 +02:00
parent 4070caf8c3
commit 36ff58bfda
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ describe('Use Admin tab', () => {
cy.visit(url + '/databases') cy.visit(url + '/databases')
}) })
it.only('create InfluxDB, edit it, and delete it', () => { it('create InfluxDB, edit it, and delete it', () => {
cy.getByTestID('create-db--button').click({force: true}) cy.getByTestID('create-db--button').click({force: true})
cy.getByTestID('cancel').click({force: true}) cy.getByTestID('cancel').click({force: true})
cy.getByTestID('create-db--button').click({force: true}) cy.getByTestID('create-db--button').click({force: true})
@ -83,7 +83,7 @@ describe('Use Admin tab', () => {
}) })
}) })
describe('Users', () => { describe.only('Users', () => {
const user = { const user = {
name: 'Smiley', name: 'Smiley',
password: 'securePassword123', password: 'securePassword123',