Fandango
Results
1
issues of
Fandango
The third act of the test 'an_error_flash_message_is_set_on_failure()' ``` let html_page = app.get_login_html().await; assert!(!html_page.contains(r#"Authentication failed"#)); ``` only succeeds because there is a period missing after failed. If we replace the last...