Skip to content

Commit

Permalink
Extends elementTimeout for IntegrationTest
Browse files Browse the repository at this point in the history
  • Loading branch information
oneolddev committed Feb 21, 2019
1 parent 9e33ce5 commit 46756c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion AllReadyApp/AllReady.IntegrationTest/Program.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open canopy
open canopy
open runner
open System

Expand All @@ -11,6 +11,7 @@ CreatingActivitiesForCampaigns.All Constants.UrlLocalHost

//Chrome Driver: https://github.com/SeleniumHQ/selenium/wiki/ChromeDriver
canopy.configuration.chromeDir <- System.AppDomain.CurrentDomain.BaseDirectory
canopy.configuration.elementTimeout <- 100.0
let chromeOptions = OpenQA.Selenium.Chrome.ChromeOptions()
chromeOptions.AddArgument("--disable-extensions")
start <| ChromeWithOptions chromeOptions
Expand Down

0 comments on commit 46756c8

Please sign in to comment.