Skip to content

Commit

Permalink
Merge pull request #5510 from Sage/remove-duplicate-test-action-popover
Browse files Browse the repository at this point in the history
test(action-popover): remove duplicate test case
  • Loading branch information
edleeks87 authored Sep 29, 2022
2 parents dea8b9a + 512c15e commit c5b005e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/components/action-popover/action-popover.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -658,18 +658,6 @@ context("Test for ActionPopover component", () => {
actionPopoverButton().eq(0).click();
actionPopover().eq(1).children().eq(0).should("not.be.focused");
});

it.each([[0], [1]])(
"should have correct hover state of submenu item in ActionPopoverMenu",
(element) => {
CypressMountWithProviders(<ActionPopoverMenuWithProps />);

actionPopoverButton().eq(0).click();
actionPopoverInnerItem(element)
.realHover()
.should("have.css", "background-color", "rgb(204, 214, 219)");
}
);
});

describe("check events for ActionPopover component", () => {
Expand Down

0 comments on commit c5b005e

Please sign in to comment.