about summary refs log tree commit diff
path: root/spec/features/log_in_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/log_in_spec.rb')
-rw-r--r--spec/features/log_in_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/log_in_spec.rb b/spec/features/log_in_spec.rb
index 4a634f6b8..f9c222b60 100644
--- a/spec/features/log_in_spec.rb
+++ b/spec/features/log_in_spec.rb
@@ -11,6 +11,6 @@ feature "Log in" do
     fill_in "user_password", with: password
     click_on "Log in"
 
-    expect(page).to have_css "div.app-holder[data-react-class=Mastodon]"
+    expect(page).to have_css "div.app-holder"
   end
 end