Skip to content

Commit a436600

Browse files
committed
III-6997: linting
1 parent eba63f9 commit a436600

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/test/e2e/cultuurkuur/cultuurkuur-event-publication-status.spec.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ test.describe('Cultuurkuur Event - Publication Status Display', () => {
144144
await expect(accessInfoRow).toBeVisible();
145145
const accessInfoCell = accessInfoRow.getByRole('alert');
146146
await expect(accessInfoCell).toBeVisible();
147-
await expect(accessInfoCell).toContainText(/evenement specifiek op scholen gericht/);
147+
await expect(accessInfoCell).toContainText(
148+
/evenement specifiek op scholen gericht/,
149+
);
148150
});
149151
});

0 commit comments

Comments
 (0)