Skip to content

Commit

Permalink
fix lint: add space
Browse files Browse the repository at this point in the history
  • Loading branch information
yash-rajpal authored and ggazzo committed Oct 17, 2024
1 parent 53b4acb commit 44a86bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ test.describe.serial('Forget session on window close setting', () => {
});
});

//TODO: Fix this test
// TODO: Fix this test
test.describe.skip('Setting on', async () => {
test.beforeAll(async ({ api }) => {
await api.post('/settings/Accounts_ForgetUserSessionOnWindowClose', { value: true });
Expand Down

0 comments on commit 44a86bf

Please sign in to comment.