fix(#1): Renamed the testcase to be more explicite.

Fix #1
This commit is contained in:
Simon Priet 2021-09-05 13:12:27 +02:00
parent a041f9f575
commit e3c79d66d3
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
{ {
"git.ignoreLimitWarning": true "git.ignoreLimitWarning": true,
"conventionalCommits.scopes": [
"#1"
]
} }

View File

@ -1,6 +1,6 @@
/// <reference types="cypress" /> /// <reference types="cypress" />
it('Should work as expected', () => { it('Should allow valid user and block the rest', () => {
cy.visit('http://localhost:3000') cy.visit('http://localhost:3000')
// title // title
cy.title().should('eq', 'QA @ Trusk') cy.title().should('eq', 'QA @ Trusk')