Skip to content

Commit

Permalink
[java] Enabling two tests that already work in Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Jan 12, 2024
1 parent 4350eb1 commit 19a1813
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ void canActivateABrowsingContext() {
@Test
@NotYetImplemented(SAFARI)
@NotYetImplemented(IE)
@NotYetImplemented(FIREFOX)
void canReloadABrowsingContext() {
BrowsingContext browsingContext = new BrowsingContext(driver, WindowType.TAB);

Expand All @@ -248,7 +247,6 @@ void canReloadABrowsingContext() {
@Test
@NotYetImplemented(SAFARI)
@NotYetImplemented(IE)
@NotYetImplemented(FIREFOX)
void canReloadWithReadinessState() {
BrowsingContext browsingContext = new BrowsingContext(driver, WindowType.TAB);

Expand Down

0 comments on commit 19a1813

Please sign in to comment.