Skip to content

Commit cad4a75

Browse files
committed
III-6978: correct the test for possibly empty values
1 parent 5b41c55 commit cad4a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/e2e/events/create-calendar-multiple.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ test('create an event with calendarType multiple', async ({
103103
// Validate that some rows have "Geen" when empty
104104
const tableRows = await page.locator('table.table > tbody > tr').count();
105105

106-
const rowsWithGeenValue = [3, 6, 7, 10, 11, 13, 14];
106+
const rowsWithGeenValue = [2, 4, 7, 8, 11, 12, 14, 15];
107107

108108
const secondColumnCells = await page
109109
.locator('table.table > tbody > tr > td:nth-child(2)')

0 commit comments

Comments
 (0)