Skip to content

Commit

Permalink
test: test only ValidToken form test
Browse files Browse the repository at this point in the history
  • Loading branch information
g-saracca committed Dec 5, 2024
1 parent 31f506a commit f698b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default defineConfig({
},
component: {
indexHtmlFile: 'tests/support/component-index.html',
specPattern: ['tests/component/**/*.spec.{js,jsx,ts,tsx}'],
specPattern: ['tests/component/**/ValidTokenNotLinkedAccountForm.spec.{js,jsx,ts,tsx}'],
supportFile: 'tests/support/component.ts',
fixturesFolder: 'tests/component/fixtures',
devServer: {
Expand Down

0 comments on commit f698b57

Please sign in to comment.