We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 619ebda commit e491c9bCopy full SHA for e491c9b
spec/system/anon_sidebar_topic_button_spec.rb
@@ -7,5 +7,5 @@
7
visit("/latest")
8
expect(page).not_to have_css(".sidebar-new-topic-button__wrapper")
9
expect(page).not_to have_css(".sidebar-new-topic-button:not(.disabled)")
10
- end
11
-end
+ end
+end
spec/system/sidebar_topic_button_spec.rb
@@ -11,7 +11,7 @@
c.save
12
c
13
end
14
-
+
15
before { sign_in(user) }
16
17
it "renders the new topic button in the sidebar" do
@@ -42,4 +42,4 @@
42
43
expect(page).not_to have_css(".sidebar-new-topic-button[disabled]")
44
45
0 commit comments