Skip to content

Commit

Permalink
Clean up firewalls beforeEach
Browse files Browse the repository at this point in the history
  • Loading branch information
pmakode-akamai committed Dec 2, 2024
1 parent 44e67a7 commit 2f4479a
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,8 @@ authenticate();
* - `CustomKeyboardSensor` works as expected.
*/
describe('Drag and Drop Firewall Rules Table Rows - Keyboard Interaction', () => {
before(() => {
cleanUp('firewalls');
});
beforeEach(() => {
cleanUp('firewalls');
cy.tag('method:e2e');
});

Expand Down

0 comments on commit 2f4479a

Please sign in to comment.