Sha256: 9e638f6334809f15999ae1db61ddaeb07d20ab9177a4214f6151aed074178963
Contents?: true
Size: 1.11 KB
Versions: 5
Compression:
Stored size: 1.11 KB
Contents
Feature: Persistent regions In order to value As a role I want feature @javascript Scenario: A panel with persistent regions should store its region sizes When I go to the PanelWithPersistentRegions test page Then the west region should have size of 100 And the south region should have size of 100 When I resize the west region to the size of 300 And I resize the south region to the size of 200 And I wait for response from server And I go to the PanelWithPersistentRegions test page Then the west region should have size of 300 And the south region should have size of 200 @javascript Scenario: A panel with persistent regions should store its region collapse status Given I am on the PanelWithPersistentRegions test page When I collapse the south region And I wait for response from server And I go to the PanelWithPersistentRegions test page Then the south region should be collapsed When I expand the south region And I wait for response from server And I go to the PanelWithPersistentRegions test page Then the south region should be expanded
Version data entries
5 entries across 5 versions & 1 rubygems