Syntax fixes

This commit is contained in:
Jackson Harper
2022-04-04 15:17:22 -07:00
parent e5714e63c0
commit eea14c7299

View File

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