Skip to content

Commit

Permalink
fix: reflect namespace change volume-detail-test
Browse files Browse the repository at this point in the history
  • Loading branch information
LevelbossMike committed Feb 17, 2022
1 parent af6da28 commit a1b2013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/tests/acceptance/volume-detail-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ module('Acceptance | volume detail (with namespaces)', function (hooks) {
});

test('/csi/volumes/:id detail ribbon includes the namespace of the volume', async function (assert) {
await VolumeDetail.visit({ id: volume.id, namespace: volume.namespaceId });
await VolumeDetail.visit({ id: `${volume.id}@${volume.namespaceId}` });

assert.ok(VolumeDetail.hasNamespace);
assert.ok(VolumeDetail.namespace.includes(volume.namespaceId || 'default'));
Expand Down

0 comments on commit a1b2013

Please sign in to comment.