Skip to content

Commit

Permalink
chore(dev-deps): bump cypress to 13.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
100terres committed Mar 24, 2024
1 parent e66821e commit af4cccf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 21 deletions.
2 changes: 1 addition & 1 deletion cypress/integration/reorder-virtual.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe('reorder: virtual', () => {

cy.get(getHandleSelector()).first().as('item');

cy.get('@item').invoke('attr', 'data-testid').as('item-id');
cy.get('@item').invoke('attr', 'data-testid').as('item-id', { type: 'static' });

cy.get('@item')
.invoke('attr', 'data-index')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"commitizen": "4.3.0",
"cross-env": "7.0.3",
"csstype": "3.1.3",
"cypress": "10.11.0",
"cypress": "13.7.1",
"dotenv": "16.4.5",
"eslint": "8.57.0",
"eslint-config-airbnb": "19.0.4",
Expand Down
29 changes: 10 additions & 19 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit af4cccf

Please sign in to comment.