Then I do not see test ID:
Then I do not see test ID {string} Copy
Then I do not see test ID {string}
Asserts data-testid or data-test-id does not exist or is not visible in the screen:
data-testid
data-test-id
<div data-testid="test"></div><div data-test-id="test"></div> Copy
<div data-testid="test"></div><div data-test-id="test"></div>
Use this only if the other assertions don't work. data-testid or data-test-id don't resemble how your software is used and should be avoided if possible.
Optional
Then I do not see test ID "testID" Copy
Then I do not see test ID "testID"
With options:
Then I do not see test ID "testID" | log | true | | timeout | 4000 | | withinSubject | null | | includeShadowDom | false | Copy
Then I do not see test ID "testID" | log | true | | timeout | 4000 | | withinSubject | null | | includeShadowDom | false |
Then I do not see test ID:
Asserts
data-testid
ordata-test-id
does not exist or is not visible in the screen:Use this only if the other assertions don't work.
data-testid
ordata-test-id
don't resemble how your software is used and should be avoided if possible.