You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*** Settings ***
Library Browser timeout=20s retry_assertions_for=20s run_on_failure=${None} enable_playwright_debug=${True}
Suite Setup New browser browser=chromium headless=${RUN_HEADLESS}
*** Test Cases ***
debug basic scnario
A new 10 minute email is created and stored to second_email
*** Keywords ***
A new 10 minute email is created and stored to ${var_name}
${latest_email_page} = New Page ${TMP_EMAIL}
${email} = Get textfield value id=fe_text
Log to console ${email}
Log to console ${latest_email_page}
Set Suite variable ${latest_email_page}
Set Suite variable ${${var_name}} ${email}
[Return] ${${var_name}}
Then this seen
==============================================================================
addLicense
==============================================================================
Add License with verification of email | FAIL |
page.goto: Timeout 10000ms exceeded.
=========================== logs ===========================
navigating to "https://10minutemail.net", waiting until "load"
============================================================
Note: use DEBUG=pw:api environment variable and rerun to capture Playwright logs.
------------------------------------------------------------------------------
addLicense | FAIL |
1 critical test, 0 passed, 1 failed
1 test total, 0 passed, 1 failed
With this test case:
Then this seen
More details in
logs.zip
The text was updated successfully, but these errors were encountered: