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 0cdc376 commit 5d01dc8Copy full SHA for 5d01dc8
spec/system/add_new_comment_spec.rb
@@ -57,7 +57,7 @@
57
end
58
59
context "when from classic page", page: :classic do
60
- before { click_link "New Comment" }
+ click_link "New Comment"
61
62
include_examples "New Comment Submission", false
63
spec/system/edit_comment_spec.rb
@@ -13,7 +13,7 @@
13
context "when edit is submitted" do
14
let(:edited_name) { "Abraham Lincoln" }
15
16
- include_context "Form Submitted", name: :edited_name
+ include_context "when Form Submitted", name: :edited_name
17
18
it "comment is updated" do
19
expect(page).to have_css(".comment", text: :edited_name)
0 commit comments