forked from external-repos/pa11y-dashboard
Write tests for task pages (and related actions)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
Delete {{task.url}} ({{task.standard}})
|
||||
{{/content}}
|
||||
|
||||
<form class="col-md-12" action="{{task.hrefDelete}}" method="post">
|
||||
<form class="col-md-12" action="{{task.hrefDelete}}" method="post" data-test="delete-url-form">
|
||||
<div class="legend">
|
||||
<legend>Delete URL ({{simplify-url task.url}})</legend>
|
||||
</div>
|
||||
|
@@ -41,7 +41,7 @@
|
||||
{{#if mainResult}}
|
||||
{{> result}}
|
||||
{{else}}
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-12" data-test="alert">
|
||||
<div class="alert alert-info">
|
||||
<h4>There are no results to show</h4>
|
||||
<p>pa11y has not been run against this URL yet so there are no results to show.</p>
|
||||
|
Reference in New Issue
Block a user