Skip to content

Commit 2cf407e

Browse files
committed
fix: tests in internal tests pack could failed on first retry
1 parent 9cd2409 commit 2cf407e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autotests/tests/e2edReportExample/selectorCustomMethods.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ test('selector custom methods', {meta: {testId: '15'}}, async () => {
6262
await expect(
6363
reportPage.testRunButton.nth(2).getLocatorParameter('status'),
6464
'nested selectors also get custom methods',
65-
).match(/broken|passed/);
65+
).match(/failed|passed/);
6666
});

0 commit comments

Comments
 (0)