forked from external-repos/pa11y-dashboard
Write basic tests for task editing
This commit is contained in:
@@ -25,6 +25,10 @@ describe('GET /<task-id>/delete', function () {
|
||||
assert.strictEqual(form.getAttribute('method'), 'post');
|
||||
});
|
||||
|
||||
it('should display a link back to the task page', function () {
|
||||
assert.greaterThan(this.last.dom.querySelectorAll('[href="/abc000000000000000000001"]').length, 0);
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
describe('POST /<task-id>/delete', function () {
|
||||
|
Reference in New Issue
Block a user