Skip to content

Commit

Permalink
#132: fixed a bug by closing a GDPR dialog on w3schools
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Pfotenhauer committed Aug 20, 2020
1 parent e872769 commit d42b51a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ public void testIFrames() throws Exception
Neodymium.configuration().setProperty("neodymium.debugUtils.highlight.duration", "750");

Selenide.open("https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_select");
$("#snigel-cmp-framework #accept-choices").click();

Neodymium.getDriver().switchTo().frame("iframeResult");

SelenideElement body = $("body");
Expand Down

0 comments on commit d42b51a

Please sign in to comment.