Skip to content

Commit

Permalink
Environment tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg committed Dec 17, 2024
1 parent 3a59576 commit b73808a
Showing 1 changed file with 57 additions and 57 deletions.
114 changes: 57 additions & 57 deletions frontend/e2e/init.cafe.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,66 +85,66 @@ fixture`E2E Tests`.requestHooks(logger).before(async () => {
await logResults(logger.requests, t)
})

// test('Segment-part-1', async () => {
// await testSegment1()
// await logout()
// })
//
// test('Segment-part-2', async () => {
// await testSegment2()
// await logout()
// })
//
// test('Segment-part-3', async () => {
// await testSegment3()
// await logout()
// })
//
// test('Flag', async () => {
// await flagTests()
// await logout()
// })
//
// test('Signup', async () => {
// await initialiseTests()
// await logout()
// })
//
// test('Invite', async () => {
// await inviteTest()
// })
//
// test('Environment', async () => {
// await environmentTest()
// await logout()
// })
//
// test('Project', async () => {
// await projectTest()
// await logout()
// })
//
// test('Versioning', async () => {
// await versioningTests()
// await logout()
// })

// test('Organisation-permission', async () => {
// await organisationPermissionTest()
// await logout()
// })
//
// test('Project-permission', async () => {
// await projectPermissionTest()
// await logout()
// })
test('Segment-part-1', async () => {
await testSegment1()
await logout()
})

test('Segment-part-2', async () => {
await testSegment2()
await logout()
})

test('Segment-part-3', async () => {
await testSegment3()
await logout()
})

test('Flag', async () => {
await flagTests()
await logout()
})

test('Signup', async () => {
await initialiseTests()
await logout()
})

test('Invite', async () => {
await inviteTest()
})

test('Environment', async () => {
await environmentTest()
await logout()
})

test('Project', async () => {
await projectTest()
await logout()
})

test('Versioning', async () => {
await versioningTests()
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()
// await logout()
// })
test('Roles', async () => {
await rolesTest()
await logout()
})

0 comments on commit b73808a

Please sign in to comment.