Skip to content

Conversation

gegii
Copy link
Contributor

@gegii gegii commented Oct 24, 2023

No description provided.

// await page.locator('#filter').getByTestId('prodcuts5');
// await page.locator('#filter2').getByTestId('prodcuts5');

const prodcuts5 = await page.getByTestId('products5').first();
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The variable prodcuts5 appears to be misspelled - it should be products5 to match the data-testid attribute defined in integers.html. This will help maintain consistency between the test and the component being tested.

Spotted by Graphite Reviewer

Is this helpful? React 👍 or 👎 to let us know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant