From a4b2ff04020bcf9580354d98f3d5881721d072a0 Mon Sep 17 00:00:00 2001 From: luanfreitasdev Date: Tue, 19 Dec 2023 15:38:08 -0300 Subject: [PATCH] Remove only from test --- tests/cypress/cypress/e2e/action-rules/rows.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cypress/cypress/e2e/action-rules/rows.cy.js b/tests/cypress/cypress/e2e/action-rules/rows.cy.js index 2e2090b6..633308b6 100644 --- a/tests/cypress/cypress/e2e/action-rules/rows.cy.js +++ b/tests/cypress/cypress/e2e/action-rules/rows.cy.js @@ -60,7 +60,7 @@ describe('Action Rules::rows', () => { .should('have.class', '!cursor-pointer'); }) - it.only('should be able to add multiple class conditions using Rule::rows -> setAttribute', () => { + it('should be able to add multiple class conditions using Rule::rows -> setAttribute', () => { let $rules = '\\PowerComponents\\LivewirePowerGrid\\Facades\\Rule::rows()' + '->when(fn($row) => $row->id == 1)' + '->setAttribute(\'class\', \'!bg-red-100\'), ' +