Skip to content

Commit f969fed

Browse files
author
Simon Laden
committed
FISH-8908 - added semicolon
1 parent 3bbf882 commit f969fed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/e2e/specs/payara_layout.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ test.describe('Test Payara layout', () => {
66
await page.getByRole('tab', { name: 'Payara' }).waitFor();
77
const payaraIcon = page.getByRole('tab', { name: 'Payara' });
88
await payaraIcon.click();
9-
})
9+
});
1010

1111
test('should contain Payara icon in activity bar', async ({page}) => {
1212
await page.getByRole('tab', { name: 'Payara' }).waitFor();

0 commit comments

Comments
 (0)