Skip to content

Commit

Permalink
Merge tag based roles
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg committed Dec 3, 2024
1 parent db27e30 commit 1422ab9
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions frontend/e2e/init.cafe.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,22 +129,22 @@ fixture`E2E Tests`.requestHooks(logger).before(async () => {
// await logout()
// })
//
// test('Organisation-permission', async () => {
// await organisationPermissionTest()
// await logout()
// })
//
// test('Project-permission', async () => {
// await projectPermissionTest()
// await logout()
// })
//
// test('Environment-permission', async () => {
// await environmentPermissionTest()
// await logout()
// })
//
test('Roles', async () => {
await rolesTest()
test('Organisation-permission', async () => {
await organisationPermissionTest()
await logout()
})

test('Project-permission', async () => {
await projectPermissionTest()
await logout()
})

test('Environment-permission', async () => {
await environmentPermissionTest()
await logout()
})

// test('Roles', async () => {
// await rolesTest()
// await logout()
// })

0 comments on commit 1422ab9

Please sign in to comment.