Skip to content

Commit

Permalink
fix save in progress spec
Browse files Browse the repository at this point in the history
  • Loading branch information
asg5704 committed Jan 21, 2025
1 parent 5250733 commit 4c929bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ describe('Schemaform <SaveInProgressIntro>', () => {
);
expect(
$('va-alert-sign-in', container).getAttribute('no-sign-in-link'),
).to.eql('/');
).to.eql('/testing');
});

it('should render message if signed in with no saved form', () => {
Expand Down

0 comments on commit 4c929bf

Please sign in to comment.