From a08e6cb8418caf84ee9e161452541fb885df5150 Mon Sep 17 00:00:00 2001 From: Matt Rider Date: Mon, 15 Apr 2019 20:36:09 -0300 Subject: [PATCH] Remove duplicate test, rename - Mentions is the proper English term --- .../{Mentionings.feature => Mentions.feature} | 0 .../notifications/mentions.feature | 20 ------------------- 2 files changed, 20 deletions(-) rename cypress/integration/notifications/{Mentionings.feature => Mentions.feature} (100%) delete mode 100644 cypress/integration/notifications/mentions.feature diff --git a/cypress/integration/notifications/Mentionings.feature b/cypress/integration/notifications/Mentions.feature similarity index 100% rename from cypress/integration/notifications/Mentionings.feature rename to cypress/integration/notifications/Mentions.feature diff --git a/cypress/integration/notifications/mentions.feature b/cypress/integration/notifications/mentions.feature deleted file mode 100644 index 7fcb34c77..000000000 --- a/cypress/integration/notifications/mentions.feature +++ /dev/null @@ -1,20 +0,0 @@ -Feature: Notifications for a mentioning - As a user - I want to be notified if sb. mentions me in a post or comment - In order join conversations about or related to me - - Background: - Given we have the following user accounts: - | name | slug | email | password | - | Wolle aus Hamburg | wolle-aus-hamburg | wolle@example.org | 1234 | - And we have the following posts in our database: - | id | title | content | - | p1 | Hey Wolle | Hey @wolle-aus-hamburg, how do you do? | - - Scenario: - When I log in with the following credentials: - | email | password | - | wolle@example.org | 1234 | - And see 1 unread notifications in the top menu - And open the notification menu and click on the first item - Then I get to the post page of ".../hey-wolle"