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 Flaky Tests / Optimize Checking of plan.title Within spec/features/plans/exports_spec.rb #3451

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

Commits on Sep 4, 2024

  1. Fix flaky tests / optimize checking of page title

    This commit replaces `page.source` with (the hopefully more efficient) `page.title` for verifying the page title. Checking the entire page source was potentially causing slowdowns and leading to the intermittent failing of tests within this file.
    aaronskiba committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    ae27a0d View commit details
    Browse the repository at this point in the history