diff --git a/features/desktop/notifications.feature b/features/desktop/notifications.feature
index 13fc31a6b12c45dcf5ca7a4158e612673664ed9d..7726d3d8706abbbb287af8c3354c39704de6945d 100644
--- a/features/desktop/notifications.feature
+++ b/features/desktop/notifications.feature
@@ -177,6 +177,5 @@ Feature: Notifications
     When I wait for notifications to load
     Then there should be 10 notifications loaded
     When I scroll down on the notifications dropdown
-    Then the notification dropdown should load more notifications
     When I wait for notifications to load
     Then there should be 15 notifications loaded
diff --git a/features/step_definitions/notifications_steps.rb b/features/step_definitions/notifications_steps.rb
index 65aa57ad0e9375d13955f52ad942893017836493..bd38c03f0060d0c5fefae9bf80eaf6e6d485c9f4 100644
--- a/features/step_definitions/notifications_steps.rb
+++ b/features/step_definitions/notifications_steps.rb
@@ -25,10 +25,6 @@ And "I scroll down on the notifications dropdown" do
   page.execute_script("$('.notifications').scrollTop(350)")
 end
 
-Then "the notification dropdown should load more notifications" do
-  expect(find("#notification-dropdown")).to have_css(".loading")
-end
-
 Then "the notification dropdown should be visible" do
   expect(find(:css, "#notification-dropdown")).to be_visible
 end