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

Add remaining ballots tests #120

Merged
merged 2 commits into from
Feb 16, 2024
Merged

Add remaining ballots tests #120

merged 2 commits into from
Feb 16, 2024

Conversation

PascalinDe
Copy link
Member

This PR adds the remaining voting tests and closes #99 .

@PascalinDe PascalinDe self-assigned this Feb 15, 2024
Copy link
Member

@ineiti ineiti left a comment

Choose a reason for hiding this comment

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

LGTM


test('Assert ballot is displayed properly', async ({ page }) => {
const content = await page.getByTestId('content');
// TODO integrate localisation
Copy link
Member

Choose a reason for hiding this comment

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

Is this on the agenda? Or a "Far in the future" TODO?

Copy link
Member Author

Choose a reason for hiding this comment

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

this is a reminder that this test is not taking into account localisation (there is a ticket for testing the localisation in general)

so it is a "if/when you implement the tests for the localisation, do not forget to adapt this one" as I took care to make all the other tests are localisation-independent

@PascalinDe PascalinDe merged commit 9e6df75 into main Feb 16, 2024
11 checks passed
@PascalinDe PascalinDe deleted the playwright branch February 16, 2024 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Status: Done
Development

Successfully merging this pull request may close these issues.

voting tests
2 participants