Sha256: 43a6296d663990f15decf1237c373860aa3a079926159776f0fc74719af00134
Contents?: true
Size: 1.15 KB
Versions: 12
Compression:
Stored size: 1.15 KB
Contents
Feature: Actions In order to value As a role I want feature @javascript Scenario: Making seven consecutive endpoint calls within 10ms batches to one XHR When I go to the ServerCounter test page And I press "Count seven times" Then total requests made should be 1 @javascript Scenario: Doing two calls to different endpoints preserves the order in request and response When I go to the ServerCounter test page And I press "Do ordered" # "Second." is the indication that the result was applied to the client in the right order # "2" is the indication that the request were processed in the right order on the server side Then I should see "Second. 2" @javascript Scenario: 2 out of 5 requests fail, but the retry mechanism should recover, and process them in order Given I go to the ServerCounter test page When I press "Fail two out of five" Then I should see "1,2,3,4,5" @javascript Scenario: Updating 3 components (in one request) Given I go to the ExtDirect::Composite test page When I fill in "User:" with "Power User" And I press "Update" Then I should see "Details for user Power User" And I should see "Statistics for user Power User"
Version data entries
12 entries across 12 versions & 1 rubygems