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

make sure active pots are being shown on pot page #542

Merged
merged 4 commits into from
Apr 25, 2024

Conversation

spandan972
Copy link
Contributor

Changed Card.jsx so Active pots had a Test-id identifying them as active pots. Made a test that finds the active pots with this ID.

@elliotBraem
Copy link
Collaborator

Nice work @spandan972 -- see how CI/Prettier is failing?

Can you run npm run fmt and push the formatted result please?

@@ -53,8 +53,20 @@ test("clicking learn more button should...", async ({ page }) => {
});

test("should show active pots", async ({ page }) => {
// TODO:
});
await page.goto(`${ROOT_SRC}?tab=pots`);
Copy link
Collaborator

Choose a reason for hiding this comment

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

This test looks great -- since you already have the "inactive-pot" id, can you complete this test as well?

"should show completed pots"

@elliotBraem elliotBraem merged commit b5892cb into PotLock:main Apr 25, 2024
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.

2 participants