File tree Expand file tree Collapse file tree
Tests/CSF.Screenplay.Selenium.Tests/Actions Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ static readonly ITarget
2121 static readonly NamedUri testPage = new NamedUri ( "WaitTests.html" , "the test page" ) ;
2222
2323 static int GetDelayMilliseconds ( Actor actor )
24- => actor . GetAbility < BrowseTheWeb > ( ) . WebDriver . Unproxy ( ) is RemoteWebDriver ? 5000 : 500 ;
24+ => actor . GetAbility < BrowseTheWeb > ( ) . WebDriver . Unproxy ( ) is RemoteWebDriver ? 5000 : 2000 ;
2525
2626 static int GetSufficientWaitMilliseconds ( Actor actor )
27- => actor . GetAbility < BrowseTheWeb > ( ) . WebDriver . Unproxy ( ) is RemoteWebDriver ? 9000 : 1000 ;
27+ => actor . GetAbility < BrowseTheWeb > ( ) . WebDriver . Unproxy ( ) is RemoteWebDriver ? 9000 : 4000 ;
2828
29- static int GetInsufficientWaitMilliseconds ( Actor actor ) => 50 ;
29+ static int GetInsufficientWaitMilliseconds ( Actor actor ) => 500 ;
3030
3131 [ Test , Screenplay ]
3232 public async Task WaitingForSufficientTimeShouldSucceed ( IStage stage )
You can’t perform that action at this time.
0 commit comments