Skip to content

Commit

Permalink
Merge pull request #17552 from opf/dependabot/bundler/dev/erb_lint-0.8.0
Browse files Browse the repository at this point in the history
build(deps-dev): bump erb_lint from 0.7.0 to 0.8.0
  • Loading branch information
ulferts authored Jan 8, 2025
2 parents d36b284 + 4f9fee5 commit 3ca7847
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ GEM
compare-xml (0.66)
nokogiri (~> 1.8)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
connection_pool (2.5.0)
cookiejar (0.3.4)
cose (1.3.1)
cbor (~> 0.5.9)
Expand Down Expand Up @@ -529,7 +529,7 @@ GEM
activemodel
equivalent-xml (0.6.0)
nokogiri (>= 1.4.3)
erb_lint (0.7.0)
erb_lint (0.8.0)
activesupport
better_html (>= 2.0.1)
parser (>= 2.7.1.4)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ def two_factor_step(token)
end

def expect_logged_in
visit my_account_path
wait_for_network_idle
visit my_account_path
expect(page).to have_css(".form--field-container", text: user.login)
end

Expand Down Expand Up @@ -84,7 +84,7 @@ def expect_not_logged_in
expect_flash(type: :error, message: I18n.t("two_factor_authentication.devices.registration_failed_token_invalid"))

SeleniumHubWaiter.wait
# Fill in wrong token
# Fill in correct token
fill_in "otp", with: sms_token
click_button I18n.t(:button_continue)

Expand Down

0 comments on commit 3ca7847

Please sign in to comment.