From e3c79d66d33934d403438ebb5cbeed9a7eebd701 Mon Sep 17 00:00:00 2001 From: Simon Priet Date: Sun, 5 Sep 2021 13:12:27 +0200 Subject: [PATCH] fix(#1): :white_check_mark: Renamed the testcase to be more explicite. Fix #1 --- .vscode/settings.json | 5 ++++- cypress/integration/trusk-test/test.spec.js | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 3b66410..6228249 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,6 @@ { - "git.ignoreLimitWarning": true + "git.ignoreLimitWarning": true, + "conventionalCommits.scopes": [ + "#1" + ] } \ No newline at end of file diff --git a/cypress/integration/trusk-test/test.spec.js b/cypress/integration/trusk-test/test.spec.js index 37f3364..555e95e 100644 --- a/cypress/integration/trusk-test/test.spec.js +++ b/cypress/integration/trusk-test/test.spec.js @@ -1,6 +1,6 @@ /// -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')