fix(#3): ✅ Refactored a few configurations in cypress.
Partially fix #3.
This commit is contained in:
@@ -4,7 +4,7 @@ describe('Should allow valid user and block the rest', () => {
|
||||
|
||||
beforeEach(function() {
|
||||
// Changed theses should as required conditions to perform other tests
|
||||
cy.visit('http://localhost:3000')
|
||||
cy.visit('/')
|
||||
// title
|
||||
cy.title().should('eq', 'QA @ Trusk')
|
||||
// elements
|
||||
|
Reference in New Issue
Block a user