We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79c9ab5 commit 5eb9cd5Copy full SHA for 5eb9cd5
tests/e2e/tests.e2e.ts
@@ -61,7 +61,7 @@ describe("DateTimePicker", () => {
61
});
62
63
it("Should verify demo title", async () => {
64
- const title = await driver.findElementByText("DateTimePicker Demo NG", SearchOptions.exact);
+ const title = await driver.findElementByText("DateTimePicker Demo", SearchOptions.contains);
65
expect(title).to.exist;
66
67
0 commit comments