We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The issue can be reproduced when using combination of several conditions:
e.g. as in code below:
public class TestTimeout {
@BeforeMethod public void setUp() { BrowserManager.getBrowser().goTo("https://ya.ru/"); } @Test(timeOut = 1000000) public void testTimeout() { Assert.assertTrue(new ElementFactory().getLabel(By.id("text"), "name").state().isDisplayed()); }
}
The text was updated successfully, but these errors were encountered:
connected with testng-team/testng#914 issue in testng, you can try to fix you issue by using ConditionalWait or run your test in one thread
Sorry, something went wrong.
knysh
No branches or pull requests
The issue can be reproduced when using combination of several conditions:
e.g. as in code below:
public class TestTimeout {
}
The text was updated successfully, but these errors were encountered: