Skip to content

Commit

Permalink
test: Replace deprecated mockWindowChrome
Browse files Browse the repository at this point in the history
  • Loading branch information
gkarat committed Nov 24, 2023
1 parent d320c84 commit 82717d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/InventoryTable/InventoryTable.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ describe('hiding filters', () => {

describe('with no group filter option', () => {
before(() => {
cy.mockWindowChrome();
cy.mockWindowInsights();
});

beforeEach(() => {
Expand Down

0 comments on commit 82717d1

Please sign in to comment.