[E2E] Chain the custom `button` command (#31196)
* Make custom `button` command chainable * Chain `.button` directly No need to use `.within()` anymore. We can chain the button command directly because it now receives the previously yielded subject. * Fix collections bulk actions test
Showing
- e2e/support/commands/ui/button.js 18 additions, 3 deletionse2e/support/commands/ui/button.js
- e2e/test/scenarios/collections/collections.cy.spec.js 2 additions, 0 deletionse2e/test/scenarios/collections/collections.cy.spec.js
- e2e/test/scenarios/custom-column/reproductions/19745-cc-nested-query-remove-expressions.cy.spec.js 1 addition, 1 deletion...tions/19745-cc-nested-query-remove-expressions.cy.spec.js
- e2e/test/scenarios/models/reproductions/28971-filters-model-new-model.cy.spec.js 1 addition, 1 deletion...ls/reproductions/28971-filters-model-new-model.cy.spec.js
- e2e/test/scenarios/organization/timelines-collection.cy.spec.js 2 additions, 2 deletions...st/scenarios/organization/timelines-collection.cy.spec.js
Please register or sign in to comment