mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Removed unused steps
This commit is contained in:
parent
a6b8a81574
commit
9cfbb8429b
@ -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)
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user