Skip to content

Commit

Permalink
Right, they're not stable, they're just versions
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud committed Feb 24, 2025
1 parent e4bff43 commit aa36f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/tests/acceptance/job-detail-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ module('Job Start/Stop/Revert/Edit and Resubmit', function (hooks) {
);
await JobDetail.visit({ id: revertableSystemJob.id });
assert.ok(JobDetail.revert.isPresent);
assert.equal(JobDetail.revert.text, 'Revert to last stable version (v0)');
assert.equal(JobDetail.revert.text, 'Revert to last version (v0)');
});

test('Clicking the resubmit button navigates to the job definition page in edit mode', async function (assert) {
Expand Down

0 comments on commit aa36f20

Please sign in to comment.