Skip to content

Commit

Permalink
Fix superfluous expect
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Sep 17, 2024
1 parent 396f824 commit 8c3711d
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,8 @@
expect(valid_backup_codes.length).to eq(10)

first_login_step

expect(page).to have_css("#toggle_resend_form", wait: 10)

# Wait for the frontend to be loaded and initialized
# On downstream configurations, this might take longer than marionette selecting the element
expect_angular_frontend_initialized

# Open other options
# This may fail on the first request when the assets aren't ready yet
SeleniumHubWaiter.wait
Expand Down

0 comments on commit 8c3711d

Please sign in to comment.