stabilize features/signs_up.feature
This commit is contained in:
parent
14a3251d3b
commit
3ae2d2e43c
1 changed files with 2 additions and 1 deletions
|
|
@ -265,7 +265,8 @@ And "I wait for the popovers to appear" do
|
|||
end
|
||||
|
||||
And /^I click close on all the popovers$/ do
|
||||
all(".popover .close", visible: false).each(&:click)
|
||||
page.execute_script("$('.popover .close').click();")
|
||||
page.should_not have_selector(".popover .close")
|
||||
end
|
||||
|
||||
Then /^I should see first post deletion link$/ do
|
||||
|
|
|
|||
Loading…
Reference in a new issue