* removed wait_until where possible * replaced wait_until with DOM obersavtions * added match: :first to all finders that assumed getting the first element * replaced evaluate_script with execute_script where possible * replaced a few execute_script with DOM observations through Capybara * removed sleep where possible * replaced sleep with DOM obersvations * replaced "wait for ajax" with DOM obersavations * replaced alert confirmation with new selenium API * bump selenium webdriver * made any other fixes to get green again
11 lines
283 B
Gherkin
11 lines
283 B
Gherkin
@wip
|
|
@javascript
|
|
Feature: Download Photos
|
|
|
|
Scenario: Download my photos
|
|
Given I am signed in
|
|
And I click on my name in the header
|
|
And I follow "settings"
|
|
Then I should be on my account settings page
|
|
And I follow "download my photos"
|
|
Then I confirm the alert
|