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.8.0 spec_app/features/history.feature
upjs-rails-0.7.8 spec_app/features/history.feature
upjs-rails-0.7.7 spec_app/features/history.feature
upjs-rails-0.7.6 spec_app/features/history.feature
upjs-rails-0.7.5 spec_app/features/history.feature
upjs-rails-0.7.4 spec_app/features/history.feature
upjs-rails-0.7.3 spec_app/features/history.feature
upjs-rails-0.7.2 spec_app/features/history.feature
upjs-rails-0.7.1 spec_app/features/history.feature
upjs-rails-0.7.0 spec_app/features/history.feature
upjs-rails-0.6.5 spec_app/features/history.feature
upjs-rails-0.6.4 spec_app/features/history.feature
upjs-rails-0.6.3 spec_app/features/history.feature
upjs-rails-0.6.2 spec_app/features/history.feature
upjs-rails-0.6.1 spec_app/features/history.feature
upjs-rails-0.6.0 spec_app/features/history.feature
upjs-rails-0.5.0 spec_app/features/history.feature
upjs-rails-0.4.4 spec_app/features/history.feature
upjs-rails-0.4.3 spec_app/features/history.feature
upjs-rails-0.4.2 spec_app/features/history.feature