parent
a041f9f575
commit
e3c79d66d3
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@ -1,3 +1,6 @@
|
|||||||
{
|
{
|
||||||
"git.ignoreLimitWarning": true
|
"git.ignoreLimitWarning": true,
|
||||||
|
"conventionalCommits.scopes": [
|
||||||
|
"#1"
|
||||||
|
]
|
||||||
}
|
}
|
@ -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')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user