Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoshino committed Oct 11, 2024
1 parent 5aed820 commit 85240dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ function onSubmit() {
<tr>
<td class="label">Email Address:</td>
<td>
<input type="email" size="35" id="login" name="login" placeholder="[email protected]">[% Param('emailsuffix') FILTER html %]
<input size="35" id="login" name="login" placeholder="[email protected]">[% Param('emailsuffix') FILTER html %]
</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion extensions/BugModal/web/bug_modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -1440,7 +1440,7 @@ a.comment-tag-url {

#main-inner {
display: flow-root;
margin: 0 auto;
margin: 8px auto;
max-width: 1024px;
}

Expand Down
2 changes: 1 addition & 1 deletion qa/t/4_test_user_privs.t
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ok(
# Don't call log_in() here. We explicitly want to use the "log in" link
# in the addl. comment box.

$sel->click_ok("//a[./span[contains(text(), 'Log In')]]");
$sel->click_ok("link=log in");
$sel->wait_for_page_to_load_ok(WAIT_TIME);
$sel->title_is("Log in to Bugzilla");
$sel->is_text_present_ok("Log in to Bugzilla");
Expand Down

0 comments on commit 85240dc

Please sign in to comment.