Skip to content

Commit

Permalink
ui: fix test for periodic force
Browse files Browse the repository at this point in the history
  • Loading branch information
lgfa29 committed Sep 4, 2021
1 parent 61d1441 commit 94b9641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/tests/integration/components/job-page/periodic-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ module('Integration | Component | job-page/periodic', function(hooks) {
const currentJobCount = server.db.jobs.length;

assert.equal(
findAll('[data-test-job-name]').length,
findAll('[data-test-job-row] [data-test-job-name]').length,
childrenCount,
'The new periodic job launch is in the children list'
);
Expand Down

0 comments on commit 94b9641

Please sign in to comment.