Skip to content

Commit 50025e8

Browse files
committed
Ignoring a couple of tests back
1 parent bab9171 commit 50025e8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

java/client/test/org/openqa/selenium/TakesScreenshotTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ && getEffectivePlatform(driver).is(LINUX)
298298
}
299299

300300
@Test
301+
@Ignore(CHROME)
301302
public void testShouldCaptureScreenshotAtIFramePage() throws Exception {
302303
driver.get(appServer.whereIs("screen/screen_iframes.html"));
303304

@@ -360,7 +361,7 @@ && getEffectivePlatform(driver).is(LINUX)
360361
@SwitchToTopAfterTest
361362
@Test
362363
@Ignore(
363-
value = {IE, MARIONETTE},
364+
value = {CHROME, IE, MARIONETTE},
364365
reason = " IE: v9 takes screesnhot only of switched-in frame area"
365366
)
366367
public void testShouldCaptureScreenshotAtIFramePageAfterSwitching() throws Exception {

javascript/javascript.iml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<exclude-output />
55
<content url="file://$MODULE_DIR$" />
66
<content url="file://$MODULE_DIR$/../third_party/closure/goog" />
7+
<orderEntry type="inheritedJdk" />
78
<orderEntry type="sourceFolder" forTests="false" />
89
</component>
910
<component name="RModuleSettingsStorage">

0 commit comments

Comments
 (0)