webdriver-angular 0.1.10 → 0.1.11
raw patch · 2 files changed
+4/−3 lines, 2 filesdep ~hspec-webdriver
Dependency ranges changed: hspec-webdriver
Files
- test/NgSpec.hs +1/−1
- webdriver-angular.cabal +3/−2
test/NgSpec.hs view
@@ -5,7 +5,7 @@ import Test.WebDriver.Commands.Angular ngSpec :: Spec-ngSpec = session "Angular webdriver commands" $ using Chrome $ do+ngSpec = session "Angular webdriver commands" $ using [chromeCaps] $ do it "opens the page" $ runWD $ do openPage "http://localhost:3456/index.html" waitForAngular "body" `shouldReturn` True
webdriver-angular.cabal view
@@ -1,5 +1,5 @@ name: webdriver-angular-version: 0.1.10+version: 0.1.11 cabal-version: >= 1.8 build-type: Simple synopsis: Webdriver actions to assist with testing a webpage which uses Angular.Js@@ -52,11 +52,12 @@ type: exitcode-stdio-1.0 main-is: main.hs hs-source-dirs: test+ other-modules: NgSpec ghc-options: -Wall build-depends: base >= 4 && < 5 , hspec >= 1.8- , hspec-webdriver >= 0.2+ , hspec-webdriver >= 1.2 , transformers , wai-app-static >= 2.0 , warp >= 2.0