Skip to content

Commit 618c9ee

Browse files
committed
Test helper turbo compatibility
1 parent b24e563 commit 618c9ee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
katalyst-kpop (3.1.1)
4+
katalyst-kpop (3.1.2)
55
katalyst-html-attributes
66
turbo-rails
77
view_component

katalyst-kpop.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "katalyst-kpop"
5-
spec.version = "3.1.1"
5+
spec.version = "3.1.2"
66
spec.authors = ["Katalyst Interactive"]
77
spec.email = ["[email protected]"]
88

spec/support/capybara.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def wait_for_form_submission
1010
end
1111

1212
def form_submission_complete?
13-
page.evaluate_script("Turbo.navigator.formSubmission.state === 5")
13+
page.evaluate_script("Turbo.navigator.formSubmission.state === 'stopped'")
1414
end
1515
end
1616

0 commit comments

Comments
 (0)