it('should select the maximum amount of selectable rows and disable the rest when select all rows', async () => {
        const table = new PageTable(TABLE);
        const row1 = await table.getRow(0);
        const row2 = await table.getRow(1);
        const row3 = await table.getRow(2);