Skip to content

Commit

Permalink
Update tests for the configurable ticket create page changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnavy committed Sep 11, 2024
1 parent 53ff0f6 commit c03926d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion t/web/cf_groupings.t
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ok $m->login, 'logged in as root';
my %location = (
Basics => ".ticket-info-basics",
Dates => ".ticket-info-dates",
People => "#ticket-create-message",
People => ".messagedetails",
Links => ".ticket-info-links",
More => ".ticket-info-cfs",
);
Expand Down
2 changes: 1 addition & 1 deletion t/web/cf_groupings_per_queue.t
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ for my $queue ( $general, $foo ) {
my %location = (
Basics => ".ticket-info-basics",
Dates => ".ticket-info-dates",
People => "#ticket-create-message",
People => ".messagedetails",
Links => ".ticket-info-links",
More => ".ticket-info-cfs",
);
Expand Down

0 comments on commit c03926d

Please sign in to comment.