Skip to content

Commit

Permalink
chore: clean up skipped test comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Nil20 committed Nov 20, 2024
1 parent 24ebf36 commit e839c6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ test.describe.serial('10. Birth declaration case - 10', () => {
.click()
})

// TODO fix after workqueue query is fixed
test.skip('10.1.8 Send for review', async () => {
await page.getByRole('button', { name: 'Send for review' }).click()
await expect(page.getByText('Send for review?')).toBeVisible()
Expand Down
3 changes: 2 additions & 1 deletion e2e/testcases/birth/declarations/birth-declaration-7.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ test.describe.serial('7. Birth declaration case - 7', () => {
await page.close()
})

// TODO fix after workqueue query is fixed
test.describe('7.1 Declaration started by FA', async () => {
test.beforeAll(async () => {
await login(
Expand Down Expand Up @@ -235,6 +234,7 @@ test.describe.serial('7. Birth declaration case - 7', () => {
.click()
})

// TODO fix after workqueue query is fixed
test.skip('7.1.9 Send for review', async () => {
await page.getByRole('button', { name: 'Send for review' }).click()
await expect(page.getByText('Send for review?')).toBeVisible()
Expand All @@ -261,6 +261,7 @@ test.describe.serial('7. Birth declaration case - 7', () => {
})
})

// TODO fix after workqueue query is fixed
test.skip('7.2 Declaration Review by RA', async () => {
test('7.2.1 Navigate to the declaration review page', async () => {
await login(
Expand Down

0 comments on commit e839c6a

Please sign in to comment.