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

Pagination test_page2_3_3 is same as test_page3_2_2 #145

Open
Mahir-Sparkess opened this issue Sep 2, 2021 · 0 comments · May be fixed by #146
Open

Pagination test_page2_3_3 is same as test_page3_2_2 #145

Mahir-Sparkess opened this issue Sep 2, 2021 · 0 comments · May be fixed by #146
Assignees

Comments

@Mahir-Sparkess
Copy link
Contributor

The test2_3_3 should be reordered to test pages 2,3,3 instead of 3,2,2 as per the name.

def test_page3_2_2(self):
self.test_page_3()
self.test_page_2()
self.test_page_2()
def test_page2_3_3(self):
self.test_page_3()
self.test_page_2()
self.test_page_2()

@Mahir-Sparkess Mahir-Sparkess self-assigned this Sep 2, 2021
@Mahir-Sparkess Mahir-Sparkess linked a pull request Sep 2, 2021 that will close this issue
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 a pull request may close this issue.

1 participant