Update test for latest webdriver

This commit is contained in:
Luigy Leon 2017-04-21 01:17:55 -04:00
parent cd31451c0f
commit f0d521ff1d

View File

@ -28,7 +28,7 @@ spec :: Spec
spec = do
describe "servant-reflex tests" $ do
session "test page" $ using Chrome $ do
session "test page" $ using [chromeCaps] $ do
it "opens the page" $ runWD $
openPage "http://localhost:8000"