Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Learn more button test on pots tab #538

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Omkarkarnik
Copy link

Added a test case to check if the learn more button in the pots tab opens a new tab for wtfisqr.com

Please find attached test videos generated by Playwright.

NewTab.mp4
PotsTab.mp4

test case for "learn more button should redirect to wtfisqr.com"
test("clicking learn more button should...", async ({ page }) => {
// TODO:
test("clicking learn more button should redirect to wtfisqr.com", async ({ page }) => {
const newTabPromise = page.waitForEvent("popup");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this "popup" event happen?

It looks like tests are failing "waiting for event "popup""

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants