Sha256: 992810532968441cdf61a8e94f2c6fa3a998e98fc2b357260b6be2dea9c2da74

Contents?: true

Size: 977 Bytes

Versions: 49

Compression:

Stored size: 977 Bytes

Contents

Feature: History with HTML5 pushState

  @javascript
  Scenario: Page transforms leave an intact history that can be navigated forward and backward
    Given there are 2 cards
    When I go to the screen selection
      And I follow "Cards panel"
      And I wait for 0.7 seconds
      And I follow "Card #1"
      And I wait for 0.7 seconds
      And I follow "Card #2"
      And I wait for 0.7 seconds
    When I go back
      And I wait for 0.7 seconds
    Then I should see the card "Card #1"
    When I go back
      And I wait for 0.7 seconds
    Then I should be on the list of cards
    When I go back
      And I wait for 0.7 seconds
    Then I should be on the screen selection
    When I go forward
      And I wait for 0.7 seconds
    Then I should be on the list of cards
    When I go forward
      And I wait for 0.7 seconds
    Then I should see the card "Card #1"
    When I go forward
      And I wait for 0.7 seconds
    Then I should see the card "Card #2"

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
upjs-rails-0.4.1 spec_app/features/history.feature
upjs-rails-0.4.0 spec_app/features/history.feature
upjs-rails-0.3.3 spec_app/features/history.feature
upjs-rails-0.3.2 spec_app/features/history.feature
upjs-rails-0.3.0 spec_app/features/history.feature
upjs-rails-0.2.2 spec_app/features/history.feature
upjs-rails-0.2.1 spec_app/features/history.feature
upjs-rails-0.2.0 spec_app/features/history.feature
upjs-rails-0.1.0 spec_app/features/history.feature