Skip to content

Commit 0edeb32

Browse files
committed
fix the expected download link
1 parent 72a6dad commit 0edeb32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-e2e-tests/tests/auto-update.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ describe('Auto-update', function () {
3636
const linkElement = browser.$(Selectors.AutoUpdateDownloadLink);
3737
await linkElement.waitForDisplayed();
3838
expect(await linkElement.getAttribute('href')).to.equal(
39-
'https://www.mongodb.com/try/download/compass'
39+
'https://www.mongodb.com/try/download/compass?utm_source=compass&utm_medium=product'
4040
);
4141
}
4242
} finally {

0 commit comments

Comments
 (0)