We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cd2409 commit 2cf407eCopy full SHA for 2cf407e
1 file changed
autotests/tests/e2edReportExample/selectorCustomMethods.ts
@@ -62,5 +62,5 @@ test('selector custom methods', {meta: {testId: '15'}}, async () => {
62
await expect(
63
reportPage.testRunButton.nth(2).getLocatorParameter('status'),
64
'nested selectors also get custom methods',
65
- ).match(/broken|passed/);
+ ).match(/failed|passed/);
66
});
0 commit comments