Skip to content

Commit

Permalink
#125: removed closing the GDPR dialog since the overlay disappeared
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Pfotenhauer committed Sep 1, 2020
1 parent 3ddd0eb commit 76e936b
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package com.xceptance.neodymium.util;

import static com.codeborne.selenide.Condition.exist;
import static com.codeborne.selenide.Condition.hidden;
import static com.codeborne.selenide.Condition.visible;
import static com.codeborne.selenide.Selenide.$;

Expand Down Expand Up @@ -525,9 +524,6 @@ public void testUpwardDragAndDrop()
private void openSliderPage()
{
Selenide.open("https://demos.telerik.com/kendo-ui/slider/index");
$("#onetrust-accept-btn-handler").shouldBe(visible).click();
$("#onetrust-consent-sdk .onetrust-pc-dark-filter").waitUntil(hidden, Neodymium.configuration().selenideTimeout());
Selenide.refresh();
}

private void leftHorizontalDragAndDropUntilAttribute(SelenideElement elementToMove, SelenideElement elementToCheck, int horizontalMovement,
Expand Down

0 comments on commit 76e936b

Please sign in to comment.