Commit 882a005
committed
fix: resolve ESLint errors in Cypress configuration and tests
Fix ESLint violations to make pipeline pass:
- Split chained Cypress command (scrollIntoView) to separate line (cypress/unsafe-to-chain-command)
- Add trailing comma in cypress.config.js retries object (comma-dangle)
All ESLint checks now pass with 0 warnings and 0 errors.1 parent 157c561 commit 882a005
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
0 commit comments