mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
remove leftover foucs_
This commit is contained in:
parent
e74bfa092e
commit
2bf3243ca5
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ Capybara::SpecHelper.spec '#accept_prompt', requires: [:modals] do
|
|||
expect(@session).to have_xpath("//a[@id='open-prompt-with-default' and @response='the response']")
|
||||
end
|
||||
|
||||
it "should accept the prompt with a blank response when there is a default", :focus_ do
|
||||
it "should accept the prompt with a blank response when there is a default" do
|
||||
pending "Geckodriver doesn't set a blank response currently" if @session.respond_to?(:mode) && @session.mode.to_s == "selenium_marionette"
|
||||
@session.accept_prompt with: '' do
|
||||
@session.click_link('Open defaulted prompt')
|
||||
|
|
Loading…
Reference in a new issue