chore: add missing dependency for knex method in e2e-tests knexfile

This commit is contained in:
Jakub P.
2024-12-12 20:23:16 +01:00
parent 7d793ce2a2
commit bab87e9e67
4 changed files with 54 additions and 4 deletions

View File

@@ -30,7 +30,8 @@ test.describe('Admin Applications', () => {
await adminApplicationsPage.navigateTo();
});
test('Admin should be able to toggle Application settings', async ({
// TODO skip until https://github.com/automatisch/automatisch/pull/2244
test.skip('Admin should be able to toggle Application settings', async ({
adminApplicationsPage,
adminApplicationSettingsPage,
page,