Skip to content

Commit

Permalink
[MM-61677]: Update heading level (mattermost#29784)
Browse files Browse the repository at this point in the history
* [MA-51]: Update heading level

* [MA-51]: Fixed E2E tests

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
  • Loading branch information
SaurabhSharma-884 and mattermost-build authored Jan 16, 2025
1 parent 2d61d13 commit ec6bc7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default class MessagePriority {

// Priority dialog elements
this.priorityDialog = container.page().getByRole('dialog');
this.dialogHeader = this.priorityDialog.locator('h4.modal-title');
this.dialogHeader = this.priorityDialog.locator('h2.modal-title');
}

async clickPriorityIcon() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const PersistentNotificationsIcon = styled(BellRingOutlineIcon)`
fill: rgba(var(--center-channel-color-rgb), 0.75);
`;

const Header = styled.h4`
const Header = styled.h2`
align-items: center;
display: flex;
gap: 8px;
Expand Down

0 comments on commit ec6bc7a

Please sign in to comment.