Skip to content

Commit

Permalink
#5302 removing case, as it is not good
Browse files Browse the repository at this point in the history
  • Loading branch information
pnatashap committed Apr 6, 2024
1 parent c3f7857 commit 3486e61
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package io.github.epam.html.tests.elements.complex;

import io.github.epam.TestsInit;
import org.openqa.selenium.By;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;

Expand Down Expand Up @@ -66,12 +65,4 @@ public void isValidationTest() {
public void assertValidationTest() {
odds.assertThat().values(contains("1", "3", "5", "7"));
}

// @todo #5048 Transform to test, now there is no validation
@Test(enabled = false)
public void problems() {
odds.list();
odds.core().finds(By.xpath("../")).get(1).getTagName();
odds.core().findElements(By.xpath("../"));
}
}

0 comments on commit 3486e61

Please sign in to comment.