Skip to content

Commit

Permalink
Remove Selenium from Travis build, need to switch to Circle CI at som…
Browse files Browse the repository at this point in the history
…e point
  • Loading branch information
danhper committed Mar 20, 2019
1 parent 1cdb129 commit 3be56f4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ otp_release:
- 21.0

env:
- WEBDRIVER=selenium
- WEBDRIVER=phantomjs

matrix:
Expand Down
7 changes: 0 additions & 7 deletions test/multiple_browser_session_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ defmodule MultipleBrowserSessionTest do
assert url1 == current_url()
end


# FIXME: for some reasons this fails on Travis
# could not reproduce locally

@tag :issue_travis_selenium
test "should be able to run multiple sessions using in_browser_session" do
url1 = "http://localhost:9090/page1.html"
url2 = "http://localhost:9090/page2.html"
Expand All @@ -46,7 +41,6 @@ defmodule MultipleBrowserSessionTest do
assert url1 == current_url()
end

@tag :issue_travis_selenium
test "should preserve session after using in_browser_session" do
url1 = "http://localhost:9090/page1.html"
url2 = "http://localhost:9090/page2.html"
Expand Down Expand Up @@ -75,7 +69,6 @@ defmodule MultipleBrowserSessionTest do
assert url1 == current_url()
end

@tag :issue_travis_selenium
test "in_browser_session should return the result of the given function" do
url1 = "http://localhost:9090/page1.html"

Expand Down

0 comments on commit 3be56f4

Please sign in to comment.