Skip to content

Commit

Permalink
selenide#196 upgrade to browsermob-core 2.1.2 - it can work with http…
Browse files Browse the repository at this point in the history
…://localhost
  • Loading branch information
asolntsev authored and Boris Osipov committed Nov 23, 2016
1 parent 6c8544b commit 01ebcee
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 113 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies {

testCompile group: 'org.seleniumhq.selenium', name: 'selenium-server', version: '2.53.1'

testCompile group: 'net.lightbody.bmp', name: 'browsermob-core-littleproxy', version: '2.1.0-beta-6'
testCompile group: 'net.lightbody.bmp', name: 'browsermob-core', version: '2.1.2'
testCompile 'org.mockito:mockito-core:1.10.19'
testCompile 'org.eclipse.jetty:jetty-server:9.2.17.v20160517'
testCompile 'org.eclipse.jetty:jetty-servlet:9.2.17.v20160517'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import net.lightbody.bmp.util.HttpMessageInfo;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.Proxy;
Expand Down Expand Up @@ -68,7 +67,7 @@ public void remote_https() {
$(By.name("q")).shouldBe(visible, enabled);
}

@Test @Ignore
@Test
public void local_https() {
openFile("file_upload_form.html");
$("#cv").uploadFromClasspath("hello_world.txt");
Expand Down
110 changes: 0 additions & 110 deletions src/test/java/integration/proxy/BrowserMobProxyTest.java

This file was deleted.

0 comments on commit 01ebcee

Please sign in to comment.