We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Meta
1 parent b51eaf0 commit 16601a8Copy full SHA for 16601a8
1 file changed
autotests/tests/e2edReportExample/selectorCustomMethods.ts
@@ -43,7 +43,7 @@ test('selector custom methods', {meta: {testId: '15'}}, async () => {
43
await expect(
44
reportPage.navigationRetriesButtonSelected.getLocatorParameter('retry'),
45
'last navigation retries button selected',
46
- ).eql(String(retriesButtonsCount));
+ ).eql(String(retriesButtonsCount - 1));
47
48
49
reportPage.navigationRetriesButtonSelected.hasLocatorParameter('disabled'),
0 commit comments