fix: Disabled button widget tooltips stay open
-- Fix on the wrong selector on deploy
This commit is contained in:
parent
4940d197b5
commit
3d5e443eb0
|
|
@ -49,7 +49,7 @@ describe("Button Widget Functionality - Validate tooltip visibility", function()
|
|||
"Lorem Ipsum is simply dummy text of the printing and typesetting industry",
|
||||
);
|
||||
// Hover out
|
||||
cy.get(widgetsPage.buttonWidget).trigger("mouseout");
|
||||
cy.get(publish.buttonWidget).trigger("mouseout");
|
||||
// Check if the tooltip is disappeared
|
||||
cy.get(".bp3-popover2-content")
|
||||
.contains(
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user