Skip to content

Commit

Permalink
feat(ManualTests): adjust notice for test failed
Browse files Browse the repository at this point in the history
  • Loading branch information
domtra committed Oct 17, 2024
1 parent 2684230 commit 8256363
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="vrts-notice notice notice-info" data-view="<?php echo esc_attr( $data['view'] ); ?>">
<div class="vrts-notice notice notice-error" data-view="<?php echo esc_attr( $data['view'] ); ?>">
<?php wp_nonce_field( 'vrts_admin_notice_nonce' ); ?>
<h3><?php esc_html_e( 'Starting tests has failed', 'visual-regression-tests' ); ?></h3>
<p><?php esc_html_e( 'There is most likely another test running.', 'visual-regression-tests' ); ?></p>
<h3><?php esc_html_e( 'Test couldn’t be started', 'visual-regression-tests' ); ?></h3>
<p><?php esc_html_e( 'A Test is already in progress. Please wait for the current Test to finish, then try again.', 'visual-regression-tests' ); ?></p>
</div>

0 comments on commit 8256363

Please sign in to comment.