[MM-61677]: Update heading level (#29784)
* [MA-51]: Update heading level * [MA-51]: Fixed E2E tests --------- Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
2d61d13940
Коммит
ec6bc7a5f4
@@ -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() {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Ссылка в новой задаче
Block a user