mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
fix: anonymous policy test job-details
We need to access job-details differently when they have a namespace due to recent namespace changes - we need to make the tests reflect that.
This commit is contained in:
@@ -322,9 +322,9 @@ module('Acceptance | job detail (with namespaces)', function (hooks) {
|
||||
});
|
||||
|
||||
await JobDetail.visit({
|
||||
id: job.id,
|
||||
namespace: server.db.namespaces[1].name,
|
||||
id: `${job.id}@${server.db.namespaces[1].name}`,
|
||||
});
|
||||
|
||||
assert.notOk(JobDetail.execButton.isDisabled);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user