Skip to content

Commit 133eff5

Browse files
committed
Fix tests
1 parent 597081c commit 133eff5

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

tests/authoring/Applicability/ApplicableToComponent.fs

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -554,15 +554,6 @@ apm_agent_java: beta 9.1.0
554554
let ``renders complex mixed scenario`` () =
555555
markdown |> convertsToHtml """
556556
<p class="applies applies-block">
557-
<span class="applicable-info" data-tippy-content="We plan to add this functionality in a future Elastic&nbsp;Stack update. Subject to change.
558-
559-
If this functionality is unavailable or behaves differently when deployed on ECH, ECE, ECK, or a self-managed installation, it will be indicated on the page.">
560-
<span class="applicable-name">Stack</span>
561-
<span class="applicable-separator"></span>
562-
<span class="applicable-meta applicable-meta-ga">
563-
Planned
564-
</span>
565-
</span>
566557
<span class="applicable-info" data-tippy-content="We plan to add this functionality in a future Serverless&nbsp;Elasticsearch projects update. Subject to change.
567558
568559
Beta features are subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.">
@@ -581,6 +572,15 @@ This functionality may be changed or removed in a future release. Elastic will w
581572
Planned
582573
</span>
583574
</span>
575+
<span class="applicable-info" data-tippy-content="We plan to add this functionality in a future Elastic&nbsp;Stack update. Subject to change.
576+
577+
If this functionality is unavailable or behaves differently when deployed on ECH, ECE, ECK, or a self-managed installation, it will be indicated on the page.">
578+
<span class="applicable-name">Stack</span>
579+
<span class="applicable-separator"></span>
580+
<span class="applicable-meta applicable-meta-ga">
581+
Planned
582+
</span>
583+
</span>
584584
<span class="applicable-info" data-tippy-content="We plan to add this functionality in a future Elastic&nbsp;Cloud&nbsp;on&nbsp;Kubernetes update. Subject to change.
585585
586586
Beta features are subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.">
@@ -723,17 +723,17 @@ product: ga 9.0.0
723723
let ``renders missing VersioningSystemId coverage`` () =
724724
markdown |> convertsToHtml """
725725
<p class="applies applies-block">
726-
<span class="applicable-info" data-tippy-content="We plan to add this functionality in a future Elastic&nbsp;Stack update. Subject to change.
727-
728-
If this functionality is unavailable or behaves differently when deployed on ECH, ECE, ECK, or a self-managed installation, it will be indicated on the page.">
729-
<span class="applicable-name">Stack</span>
726+
<span class="applicable-info" data-tippy-content="We plan to add this functionality in a future Elastic&nbsp;Cloud&nbsp;Serverless update. Subject to change.">
727+
<span class="applicable-name">Serverless</span>
730728
<span class="applicable-separator"></span>
731729
<span class="applicable-meta applicable-meta-ga">
732730
Planned
733731
</span>
734732
</span>
735-
<span class="applicable-info" data-tippy-content="We plan to add this functionality in a future Elastic&nbsp;Cloud&nbsp;Serverless update. Subject to change.">
736-
<span class="applicable-name">Serverless</span>
733+
<span class="applicable-info" data-tippy-content="We plan to add this functionality in a future Elastic&nbsp;Stack update. Subject to change.
734+
735+
If this functionality is unavailable or behaves differently when deployed on ECH, ECE, ECK, or a self-managed installation, it will be indicated on the page.">
736+
<span class="applicable-name">Stack</span>
737737
<span class="applicable-separator"></span>
738738
<span class="applicable-meta applicable-meta-ga">
739739
Planned

0 commit comments

Comments
 (0)