Skip to content

Intellisense not working for Playwright, REST #3553

Closed Answered by zhigulin-n
zhigulin-n asked this question in Q&A
Discussion options

You must be logged in to vote

I found the solution. In steps.d.ts you need to add the transfer of Methods to WithTranslation

Instead of:
interface I extends ReturnType<steps_file>, WithTranslation<ChaiWrapper>, WithTranslation<JSONResponse>, WithTranslation<DbHelper> {}

We are adding
interface I extends ReturnType<steps_file>, WithTranslation<Methods> {}

Replies: 3 comments 13 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
13 replies
@kobenguyent
Comment options

@zhigulin-n
Comment options

@kobenguyent
Comment options

@zhigulin-n
Comment options

@myrepojuly
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by zhigulin-n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants