Relative Content

Tag Archive for reactjsmongodbmernplaywright

What can cause Playwright to duplicate an action?

I’m writing tests for a small MERN stack blogging application as part of an online course I’m following along with. I’ve written a few Playwright tests for the user log in, and blog creation. However, I’m having issue testing the blog deletion feature as Playwright seems to be duplicating blogs created that will be used for the test. Here is the my Playwright code: