Skip to content

← All questions

lint says Undefined step: Given I am on the checkout page, but the method is right there

Asked 11,870 views2 answers
bash
sdods lint -p demo-shop
text
Undefined step: Given I am on the checkout page

The class has it:

ts
@Given('I am on the checkout page')
async open() {
  await this.goto('checkout');
}

Spelling matches character for character, I diffed it. The file is pages/CheckoutPage.ts. What else is there to check?

asked by Hsu Wei-lin15,230 ·

2 answers

Have the same question?

Ask it with the command you ran and the output you got, and it will be answered here.

Ask a question

Related