We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 514238d commit e9373a1Copy full SHA for e9373a1
steps/donation.js
@@ -29,7 +29,8 @@ BeforeAll(() => {
29
// Steps
30
Given(
31
/^that I am on my chosen ([a-zA-Z]+)-enabled charity's Donate page$/,
32
- async () => {
+ // eslint-disable-next-line no-unused-vars
33
+ async (psp) => {
34
page.nextStepIndex = 0;
35
await page.open();
36
await page.checkReady();
0 commit comments