Skip to content

Commit

Permalink
Test helper turbo compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
sfnelson committed Feb 22, 2024
1 parent b24e563 commit 618c9ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
katalyst-kpop (3.1.1)
katalyst-kpop (3.1.2)
katalyst-html-attributes
turbo-rails
view_component
Expand Down
2 changes: 1 addition & 1 deletion katalyst-kpop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "katalyst-kpop"
spec.version = "3.1.1"
spec.version = "3.1.2"
spec.authors = ["Katalyst Interactive"]
spec.email = ["[email protected]"]

Expand Down
2 changes: 1 addition & 1 deletion spec/support/capybara.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def wait_for_form_submission
end

def form_submission_complete?
page.evaluate_script("Turbo.navigator.formSubmission.state === 5")
page.evaluate_script("Turbo.navigator.formSubmission.state === 'stopped'")
end
end

Expand Down

0 comments on commit 618c9ee

Please sign in to comment.