Test cases for job list paging in webportal
Open
@yiyione is already working on this.
Since Mar 11, 2021.
pai-dev
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 554
- Avg merge
- 20h 42m
- Merged PRs (30d)
- 14
Description
Test cases:
- In home page, check the network, should not get all jobs.
- In job list, click a random page, should show the jobs, and check the network, get jobs URL should include correct offset and limit.
- In job list, select some random filter, should show the filtered jobs, and check the network, get jobs URL should include correct filters.
- In job list, select some random filter and click a random page, check the job list and get jobs URL in network.
- In job list, use the
GObutton to jump to other page. - In job list, click column to change the order, check the job list and get jobs URL in network.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.