Skip to content

Commit

Permalink
[chore] Added some test IDs on the search page and some fixes (#1239)
Browse files Browse the repository at this point in the history
* removed cypress related items

* added test ids to some search page elements

* removed visibility observer which was interfering with HMR

* added test-ids and fixes while adding end to end tests
  • Loading branch information
theorm authored Jun 27, 2024
1 parent 0a5f9ce commit eec7359
Show file tree
Hide file tree
Showing 25 changed files with 896 additions and 740 deletions.
7 changes: 1 addition & 6 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,7 @@ module.exports = {
'@vue/eslint-config-prettier/skip-formatting',
'plugin:storybook/recommended'
],
overrides: [
{
files: ['cypress/e2e/**/*.{cy,spec}.{js,ts,jsx,tsx}', 'cypress/support/**/*.{js,ts,jsx,tsx}'],
extends: ['plugin:cypress/recommended']
}
],
overrides: [],
parserOptions: {
ecmaVersion: 'latest'
},
Expand Down
3 changes: 2 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"tabWidth": 2,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "none"
"trailingComma": "none",
"arrowParens": "avoid"
}
Loading

0 comments on commit eec7359

Please sign in to comment.