Commit 72a9663d authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch '227838-h3-h4-class-fix' into 'master'

Replace mis-used CSS class

Closes #227838

See merge request gitlab-org/gitlab!39338
parents 6b947ee2 ccc5ba05
......@@ -24,9 +24,9 @@ export default {
class="settings no-animate qa-incident-management-settings"
>
<div class="settings-header">
<h3 ref="sectionHeader" class="h4">
<h4 ref="sectionHeader" class="gl-my-3! gl-py-1">
{{ $options.i18n.headerText }}
</h3>
</h4>
<gl-button ref="toggleBtn" class="js-settings-toggle">{{
$options.i18n.expandBtnLabel
}}</gl-button>
......
---
title: Replace mis-used CSS class in operations settings
merge_request: 39338
author:
type: changed
......@@ -75,9 +75,9 @@ export default {
<template>
<section id="status-page" class="settings no-animate js-status-page-settings">
<div class="settings-header">
<h3 ref="sectionHeader" class="h4">
<h4 ref="sectionHeader" class="gl-my-3! gl-py-1">
{{ $options.i18n.headerText }}
</h3>
</h4>
<gl-button ref="toggleBtn" class="js-settings-toggle">{{
$options.i18n.expandBtnLabel
}}</gl-button>
......
......@@ -8,13 +8,13 @@ exports[`Status Page settings form default state should match the default snapsh
<div
class="settings-header"
>
<h3
class="h4"
<h4
class="gl-my-3! gl-py-1"
>
Status page
</h3>
</h4>
<gl-button-stub
class="js-settings-toggle"
......
......@@ -35,7 +35,7 @@ RSpec.describe 'Projects > Settings > For a forked project', :js do
end
it 'renders form for incident management' do
expect(page).to have_selector('h3', text: 'Incidents')
expect(page).to have_selector('h4', text: 'Incidents')
end
it 'sets correct default values' do
......
......@@ -9,13 +9,13 @@ exports[`IncidentsSettingTabs should render the component 1`] = `
<div
class="settings-header"
>
<h3
class="h4"
<h4
class="gl-my-3! gl-py-1"
>
Incidents
</h3>
</h4>
<gl-button-stub
category="tertiary"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment