Skip to content

Commit

Permalink
chore: minor adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandernsilva committed Dec 7, 2023
1 parent dd5ed80 commit 0ef6bf0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ test.describe('OC - Manager Role', () => {
await poOmnichannel.content.inputModalClosingComment.type('any_comment');
await poOmnichannel.content.btnModalConfirm.click();
await expect(poOmnichannel.toastSuccess).toBeVisible();
await poOmnichannel.content.btnReturn.click();
await page.waitForURL('/omnichannel/current');
});

await test.step('expect to be able to remove closed rooms', async () => {
Expand Down

0 comments on commit 0ef6bf0

Please sign in to comment.