1
0
mirror of synced 2026-07-06 08:30:02 +00:00

feat: support wait until commit, roll driver (#687)

This commit is contained in:
Yury Semikhatsky
2021-11-02 13:07:56 -07:00
committed by GitHub
parent 49a54d7ee4
commit 2d0d941e18
9 changed files with 216 additions and 20 deletions
@@ -160,7 +160,7 @@ public class TestLocatorAssertions extends TestBase {
fail("did not throw");
} catch (AssertionFailedError e) {
assertEquals("[]", e.getExpected().getStringRepresentation());
assertEquals("null", e.getActual().getStringRepresentation());
assertEquals("[]", e.getActual().getStringRepresentation());
assertTrue(e.getMessage().contains("Locator expected not to have text"), e.getMessage());
}
}