Skip to content

Commit

Permalink
Fix submitted test for issue promotion
Browse files Browse the repository at this point in the history
  • Loading branch information
clari182 committed Dec 6, 2024
1 parent 37e1278 commit ed15148
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ test.describe('Submitted reports', () => {

await page.locator('[data-cy="promote-button"]').click();

await expect(page.locator('[data-cy="toast"]').first()).toContainText('Successfully promoted submission to Issue 9');
await expect(page.locator('[data-cy="toast"]').first()).toContainText('Successfully promoted submission to Issue 10');

const { data: { reports } } = await query({
query: gql`{
Expand Down

0 comments on commit ed15148

Please sign in to comment.