Skip to content

Commit

Permalink
refactor(test): verify still logged in
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed Sep 15, 2023
1 parent 7895460 commit 6db872a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/mojo/10_login.t
Original file line number Diff line number Diff line change
Expand Up @@ -974,6 +974,7 @@ sub test_clone_same_name($t, $base) {
last if $cloneb->is_base;
sleep 1;
}
mojo_check_login($t);

$t->get_ok("/machine/clone/".$base->id.".html")
->status_is(200);
Expand Down

0 comments on commit 6db872a

Please sign in to comment.