Skip to content

Commit

Permalink
Fixed failing unit tests (#2426)
Browse files Browse the repository at this point in the history
fixed failing unit tests
  • Loading branch information
robert-bogos authored Jun 5, 2024
1 parent fa9f191 commit 9b736bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/utils.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ describe('Utils', () => {
await waitForElement('.login-action');
const login = document.querySelector('.login-action');
utils.decorateLinks(login);
expect(login.href).to.equal('https://www.adobe.com/');
expect(login.href).to.equal('https://www.stage.adobe.com/');
});
});

Expand Down

0 comments on commit 9b736bb

Please sign in to comment.