Skip to content

Commit

Permalink
revert frame visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
surekhaw committed Nov 27, 2024
1 parent 9ee21da commit 63aac3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/spec/utils/setupTestPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default async function setupTestPage({ config, testPage, frameName }) {
});
const bannerFrame = await bannerElement.contentFrame();

await bannerFrame.waitForSelector(selectors.message.messageMessaging);
await bannerFrame.waitForSelector(selectors.message.messageMessaging, { visibile: true });

const openModal = async () => {
await bannerElement.click(selectors.message.messageMessaging);
Expand Down

0 comments on commit 63aac3a

Please sign in to comment.