Skip to content

Commit 16601a8

Browse files
committed
fix: selector test after adding Meta in HTML report
1 parent b51eaf0 commit 16601a8

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
@@ -43,7 +43,7 @@ test('selector custom methods', {meta: {testId: '15'}}, async () => {
4343
await expect(
4444
reportPage.navigationRetriesButtonSelected.getLocatorParameter('retry'),
4545
'last navigation retries button selected',
46-
).eql(String(retriesButtonsCount));
46+
).eql(String(retriesButtonsCount - 1));
4747

4848
await expect(
4949
reportPage.navigationRetriesButtonSelected.hasLocatorParameter('disabled'),

0 commit comments

Comments
 (0)