mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
fix: pack-detail test
We need to change the way we access `JobDetail`-pages based on recent namespace changes.
This commit is contained in:
@@ -361,7 +361,7 @@ module('Acceptance | job detail (with namespaces)', function (hooks) {
|
||||
},
|
||||
});
|
||||
|
||||
await JobDetail.visit({ id: jobFromPack.id, namespace });
|
||||
await JobDetail.visit({ id: `${jobFromPack.id}@${namespace}` });
|
||||
assert.ok(JobDetail.packTag, 'Pack tag is present');
|
||||
assert.equal(
|
||||
JobDetail.packStatFor('name').text,
|
||||
|
||||
Reference in New Issue
Block a user