Skip to content

Commit 5eb9cd5

Browse files
author
Dimitar Todorov
committed
Fix: verify title tests
1 parent 79c9ab5 commit 5eb9cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tests.e2e.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ describe("DateTimePicker", () => {
6161
});
6262

6363
it("Should verify demo title", async () => {
64-
const title = await driver.findElementByText("DateTimePicker Demo NG", SearchOptions.exact);
64+
const title = await driver.findElementByText("DateTimePicker Demo", SearchOptions.contains);
6565
expect(title).to.exist;
6666
});
6767

0 commit comments

Comments
 (0)