Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFR] visual filter tests #95

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

[RFR] visual filter tests #95

wants to merge 1 commit into from

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