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

Repair the Selenium Behat tests #291

Merged
merged 2 commits into from
Aug 14, 2023
Merged

Repair the Selenium Behat tests #291

merged 2 commits into from
Aug 14, 2023

Commits on Aug 14, 2023

  1. Reinstate the Selenium behat tests

    Test one and two have been fixed. The Yubikey and SMS tests could be
    enabled in the new (SSP based) test environment. The Tiqr variant could
    not yet be enabled as Tiqr is not functioning in that environment yet.
    
    During enabling the SMS test, I found out that the SMS Bypass fix was
    not taken into account in the existing sfo test. That has been updated.
    MKodde committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    acc3204 View commit details
    Browse the repository at this point in the history
  2. Display the page title on the WAYG

    Previously the page_title block was rendered, but that was not set. The
    application_name was set with the 'gateway.second_factor.choose_second_factor.title'
    and using that on the page title made perfect sense to me.
    MKodde committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    2ed27e9 View commit details
    Browse the repository at this point in the history