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

fix: Resolve issues with timeouts and target closures in test framework #981

Merged
merged 1 commit into from
Sep 8, 2023

Commits on Sep 7, 2023

  1. fix: Resolve issues with timeouts and target closures in test framework

    Increase Playwright browser context timeouts, adjust Web Test Runner configuration for graceful timeout handling, and review test scripts for proper error handling and interactions.
    
    This commit addresses issues related to timeouts and target closures in our test framework. It includes improvements to handle timeouts more effectively and prevent unexpected target closures during test execution.
    
    - Playwright browser contexts now have increased timeout settings.
    - Web Test Runner configuration has been adjusted to handle timeouts gracefully.
    - Test scripts have been reviewed for proper error handling and interactions.
    
    This commit ensures the reliability and stability of our automated tests.
    AfolabiOlaoluwa committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    bc2e9cb View commit details
    Browse the repository at this point in the history