Skip to content

Commit

Permalink
#1348 Fixing UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoraboeuf committed Sep 13, 2024
1 parent 560eeaf commit 5857d6a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ test('notifications are visible on the promotion run page', async ({page}) => {
// Provisioning of the subscription
const group = generate("pl-group-")
await pl.subscribe({
name: `Promotion run ${group}`,
name: `Subscription ${group}`,
events: ["new_promotion_run"],
channel: "in-memory",
channelConfig: {
Expand All @@ -28,5 +28,5 @@ test('notifications are visible on the promotion run page', async ({page}) => {
const runPage = new PromotionRunPage(page, run)
await runPage.goTo()
// Checking that the notification is visible
await runPage.assertNotificationPresent(`Promotion run ${group}`)
await runPage.assertNotificationPresent(`Subscription ${group} @ ${pl.name} | ${branch.name} / ${project.name}`)
})

0 comments on commit 5857d6a

Please sign in to comment.