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.14.0 spec_app/features/history.feature
upjs-rails-0.13.0 spec_app/features/history.feature
upjs-rails-0.12.5 spec_app/features/history.feature
upjs-rails-0.12.4 spec_app/features/history.feature
upjs-rails-0.12.3 spec_app/features/history.feature
upjs-rails-0.12.2 spec_app/features/history.feature
upjs-rails-0.12.1 spec_app/features/history.feature
upjs-rails-0.12.0 spec_app/features/history.feature
upjs-rails-0.11.1 spec_app/features/history.feature
upjs-rails-0.11.0 spec_app/features/history.feature
upjs-rails-0.10.5 spec_app/features/history.feature
upjs-rails-0.10.4 spec_app/features/history.feature
upjs-rails-0.10.3 spec_app/features/history.feature
upjs-rails-0.10.2 spec_app/features/history.feature
upjs-rails-0.10.1 spec_app/features/history.feature
upjs-rails-0.10.0 spec_app/features/history.feature
upjs-rails-0.9.1 spec_app/features/history.feature
upjs-rails-0.9.0 spec_app/features/history.feature
upjs-rails-0.8.2 spec_app/features/history.feature
upjs-rails-0.8.1 spec_app/features/history.feature