Skip to content

Pagination test_page2_3_3 is same as test_page3_2_2 #145

@Mahir-Sparkess

Description

@Mahir-Sparkess

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()

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions