From 9cfbb8429b07e7cff3fecec829f1294d42e8fea4 Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Thu, 10 Jan 2019 13:54:01 +0100 Subject: [PATCH] Removed unused steps --- cypress/integration/common/settings.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/cypress/integration/common/settings.js b/cypress/integration/common/settings.js index 5058d01b5..0f5a9d9cc 100644 --- a/cypress/integration/common/settings.js +++ b/cypress/integration/common/settings.js @@ -66,12 +66,3 @@ Then('they can see the location in the info box below my avatar', () => { Then('my new username is still there', () => { matchNameInUserMenu(myName) }) - -Then( - 'I can see my new name {string} when I click on my profile picture in the top right', - name => matchNameInUserMenu(name) -) - -Then('I can see a {string} as my name', name => { - matchNameInUserMenu(name) -})