We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b352e9 commit 2c3b6f1Copy full SHA for 2c3b6f1
spec/usage/components/transition_spec.rb
@@ -148,6 +148,13 @@ def page2
148
expect(page).not_to have_content("This is Page 2")
149
expect(page).to have_selector("body.not-reloaded")
150
expect(page).to have_no_content(first_content_on_page_1)
151
+
152
+ page.go_forward
153
154
+ expect(page).to have_content("My Example App Layout")
155
+ expect(page).not_to have_content("This is Page 1")
156
+ expect(page).to have_content("This is Page 2")
157
+ expect(page).to have_selector("body.not-reloaded")
158
end
159
160
# supposed to work, but doesn't. Suspect Vue is the culprint here
0 commit comments