Removed unused steps

This commit is contained in:
Grzegorz Leoniec 2019-01-10 13:54:01 +01:00
parent a6b8a81574
commit 9cfbb8429b
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377

View File

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