Skip to content

Commit

Permalink
Remove only from test
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev committed Dec 19, 2023
1 parent cf36192 commit a4b2ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/cypress/e2e/action-rules/rows.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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\'), ' +
Expand Down

0 comments on commit a4b2ff0

Please sign in to comment.