-
Notifications
You must be signed in to change notification settings - Fork 12
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
[Task] Test that the paginator behave as expected on the challenge search page (e2e) #2380
Closed
1 task done
Tracked by
#2618
Comments
@rrchai Can you please add an update to this ticket? |
Added to Sprint 23.12 |
Moved to Sprint 24.01 |
Added to Sprint 24.02 |
As per our discussion, @rrchai will add the e2e test this week. |
New due day: Feb 20th. |
Update 2024-02-22This task has been delayed once again. New due date needs to be clarified with Jake and Rong. |
Update 2024-03-06@rrchai will be back working on this ticket later this week. |
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What product(s) is this story for?
OpenChallenges
As a user, I want
As a developer, I want to develop e2e tests for the components of the OC web app, so that unexpected behaviors that originate from code changes are automatically detected.
Description
The goal of this PR is to explore the development of e2e tests for the OC web app with Playwright with a concrete objective: assert that the paginator on the challenge search page behave as expected in various situations.
Example:
=> Assert that the paginator page number has been reset to 1.
See
apps/openchallenges/app/e2e/challenge-search-paginator.spec.ts
.Acceptance criteria
TODO
Tasks
No response
Anything else?
Start by reviewing #2379 for an intro to e2e testing of the OC web app with Playwright.
Have you linked this story to a GitHub Project?
The text was updated successfully, but these errors were encountered: