Skip to content

Commit

Permalink
Fixes triggers not showing updated values after update via Tag, #PG-3923
Browse files Browse the repository at this point in the history
  • Loading branch information
AltamashShaikh committed Nov 14, 2024
1 parent 7041574 commit 96366f4
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 53 deletions.
7 changes: 7 additions & 0 deletions tests/UI/ContainerTag_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,13 @@ describe("ContainerTag", function () {
await capture.page(page, 'edit_trigger_directly_updated');
});

it('should show the updated trigger with name updatedTrigger, when opened again', async function () {
await page.click('.fireTrigger .icon-edit');
await page.waitForNetworkIdle();
await page.waitForTimeout(500);
await capture.modal(page, 'updated_trigger_name_reopen');
});

it('should load an edit tag through URL', async function () {
await page.goto(container1Base + '#?idTag=2');
await page.waitForNetworkIdle();
Expand Down
Loading

0 comments on commit 96366f4

Please sign in to comment.