Test Pagination options 10,20,50,100

Is there anyway to make test for pagination options?

    it('should have pagination options of 10, 20, 50, 100', function () {
            // code for test
        ');
    });


I can't see a way for it.
Screenshot_from_2025-05-18_23-18-49.png
Was this page helpful?