DEV: Fix flaky login wizard redirect spec (#29105)

This commit is contained in:
Ted Johansson 2024-10-08 10:24:20 +08:00 committed by GitHub
parent f9e213e69d
commit 974a3bfc41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ shared_examples "login scenarios" do
visit activation_link
activate_account.click_activate_account
expect(page).to have_current_path("/wizard")
expect(page).to have_current_path(%r{/wizard})
end
it "shows error when when activation link is invalid" do