mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Syntax fixes
This commit is contained in:
parent
e5714e63c0
commit
eea14c7299
1 changed files with 1 additions and 2 deletions
|
|
@ -2,8 +2,7 @@
|
|||
describe('add link button', () => {
|
||||
before(() => {
|
||||
const email = 'tester@omnivore.app'
|
||||
// const username = 'testuser'
|
||||
const password = 'testpassword'
|
||||
const password = 'testpassword'
|
||||
|
||||
cy.login(email, password)
|
||||
cy.visit('/home');
|
||||
|
|
|
|||
Loading…
Reference in a new issue