File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ otp_release:
1212 - 21.0
1313
1414env :
15- - WEBDRIVER=selenium
1615 - WEBDRIVER=phantomjs
1716
1817matrix :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments