Skip to content

Commit

Permalink
Small fix in the list test
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorgs committed Apr 3, 2014
1 parent 91ab786 commit 131d81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/ui/01-list.t
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $get->element_exists_not('#results #job_99937');

# Test 99926 is displayed
$get->element_exists('#results #job_99926');
$get->text_is('#results #job_99926 .extra .overview_incomplete' => 'minimalx');
$get->text_is('#results #job_99926 .extra .overview_incomplete' => 'minimalx@');

$get = $t->get_ok('/tests' => form => {ignore_incomplete => 1})->status_is(200);

Expand Down

0 comments on commit 131d81c

Please sign in to comment.