Skip to content

Commit 45be9aa

Browse files
committed
Enabling a few BiDi tests
1 parent 167d9be commit 45be9aa

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

java/test/org/openqa/selenium/bidi/input/SetFilesCommandTest.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ public void setUp() {
5656
@Test
5757
@NotYetImplemented(SAFARI)
5858
@NotYetImplemented(IE)
59-
@NotYetImplemented(FIREFOX)
6059
void canSetFiles() throws IOException {
6160
driver.get(pages.formPage);
6261
WebElement uploadElement = driver.findElement(By.id("upload"));
@@ -80,7 +79,6 @@ void canSetFiles() throws IOException {
8079
@Test
8180
@NotYetImplemented(SAFARI)
8281
@NotYetImplemented(IE)
83-
@NotYetImplemented(FIREFOX)
8482
public void canSetFilesWithElementId() throws IOException {
8583
driver.get(pages.formPage);
8684
WebElement uploadElement = driver.findElement(By.id("upload"));
@@ -100,7 +98,6 @@ public void canSetFilesWithElementId() throws IOException {
10098
@Test
10199
@NotYetImplemented(SAFARI)
102100
@NotYetImplemented(IE)
103-
@NotYetImplemented(FIREFOX)
104101
void canSetFile() throws IOException {
105102
driver.get(pages.formPage);
106103
WebElement uploadElement = driver.findElement(By.id("upload"));
@@ -121,7 +118,6 @@ void canSetFile() throws IOException {
121118
@Test
122119
@NotYetImplemented(SAFARI)
123120
@NotYetImplemented(IE)
124-
@NotYetImplemented(FIREFOX)
125121
void canSetFileWithElementId() throws IOException {
126122
driver.get(pages.formPage);
127123
WebElement uploadElement = driver.findElement(By.id("upload"));

java/test/org/openqa/selenium/bidi/storage/StorageCommandsTest.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ public void canGetCookieByName() {
8484
@NotYetImplemented(SAFARI)
8585
@NotYetImplemented(IE)
8686
@NotYetImplemented(CHROME)
87-
@NotYetImplemented(FIREFOX)
8887
@NotYetImplemented(EDGE)
8988
public void canGetCookieInDefaultUserContext() {
9089
String windowHandle = driver.getWindowHandle();
@@ -155,7 +154,6 @@ public void canAddCookie() {
155154
@NotYetImplemented(IE)
156155
@NotYetImplemented(EDGE)
157156
@NotYetImplemented(CHROME)
158-
@NotYetImplemented(FIREFOX)
159157
public void canAddAndGetCookie() {
160158
driver.get(appServer.whereIs("/common/animals"));
161159

@@ -253,7 +251,6 @@ public void canGetAllCookies() {
253251
@NotYetImplemented(IE)
254252
@NotYetImplemented(EDGE)
255253
@NotYetImplemented(CHROME)
256-
@NotYetImplemented(FIREFOX)
257254
public void canDeleteAllCookies() {
258255
addCookieOnServerSide(new Cookie("foo", "set"));
259256
assertSomeCookiesArePresent();
@@ -271,7 +268,6 @@ public void canDeleteAllCookies() {
271268
@NotYetImplemented(IE)
272269
@NotYetImplemented(EDGE)
273270
@NotYetImplemented(CHROME)
274-
@NotYetImplemented(FIREFOX)
275271
public void canDeleteCookieWithName() {
276272
String key1 = generateUniqueKey();
277273
String key2 = generateUniqueKey();

0 commit comments

Comments
 (0)