raptatinha / tau-introduction-to-playwright

Course Introduction to Playwright by Renata Andrade for Test Automation University
https://testautomationu.applitools.com/
143 stars 649 forks source link

In constructor passed this.variable to getByText not letting as expecting String #37

Open coding-umr opened 6 months ago

coding-umr commented 6 months ago

🐞 Describe the question: In Chapter 3.1 I tried to re-create top-menu-page.ts, while doing that I had a problem passing the variable to getByText function.

📸 Screenshots/GIFs/Videos: image Error: Argument of type 'String' is not assignable to parameter of type 'string | RegExp'.ts(2345)