Skip to content

Commit 3be56f4

Browse files
committed
Remove Selenium from Travis build, need to switch to Circle CI at some point
1 parent 1cdb129 commit 3be56f4

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ otp_release:
1212
- 21.0
1313

1414
env:
15-
- WEBDRIVER=selenium
1615
- WEBDRIVER=phantomjs
1716

1817
matrix:

test/multiple_browser_session_test.exs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ defmodule MultipleBrowserSessionTest do
2424
assert url1 == current_url()
2525
end
2626

27-
28-
# FIXME: for some reasons this fails on Travis
29-
# could not reproduce locally
30-
31-
@tag :issue_travis_selenium
3227
test "should be able to run multiple sessions using in_browser_session" do
3328
url1 = "http://localhost:9090/page1.html"
3429
url2 = "http://localhost:9090/page2.html"
@@ -46,7 +41,6 @@ defmodule MultipleBrowserSessionTest do
4641
assert url1 == current_url()
4742
end
4843

49-
@tag :issue_travis_selenium
5044
test "should preserve session after using in_browser_session" do
5145
url1 = "http://localhost:9090/page1.html"
5246
url2 = "http://localhost:9090/page2.html"
@@ -75,7 +69,6 @@ defmodule MultipleBrowserSessionTest do
7569
assert url1 == current_url()
7670
end
7771

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

0 commit comments

Comments
 (0)