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) -})