Fix various issues in the current Milestone #5

Open
Simon wants to merge 7 commits from refacto into main
2 changed files with 5 additions and 2 deletions
Showing only changes of commit e3c79d66d3 - Show all commits

View File

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

View File

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