Fix failing notification cukes
This commit is contained in:
parent
d7522d9498
commit
b7f4feacce
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
When /^I filter notifications by likes$/ do
|
||||
step %(I follow "Liked" within "#notifications_container ul.list-group")
|
||||
step %(I follow "Liked" within "#notifications_container .list-group")
|
||||
end
|
||||
|
||||
When /^I filter notifications by mentions$/ do
|
||||
step %(I follow "Mentioned" within "#notifications_container ul.list-group")
|
||||
step %(I follow "Mentioned" within "#notifications_container .list-group")
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue