Skip to content

Commit

Permalink
Update client detail test given change to the compositeStatus property
Browse files Browse the repository at this point in the history
  • Loading branch information
DingoEatingFuzz committed Dec 13, 2019
1 parent 9625ff9 commit 9f0e16d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/tests/acceptance/client-detail-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ module('Acceptance | client detail', function(hooks) {
});

test('/clients/:id should list immediate details for the node in the title', async function(assert) {
node = server.create('node', 'forceIPv4', { schedulingEligibility: 'eligible', drain: false });

await ClientDetail.visit({ id: node.id });

assert.ok(ClientDetail.title.includes(node.name), 'Title includes name');
Expand Down

0 comments on commit 9f0e16d

Please sign in to comment.