Skip to content

Commit c7be3c5

Browse files
authored
add missing IDs for test (#538)
1 parent 3a77adf commit c7be3c5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "integreatly-web-app",
3-
"version": "2.20.6",
3+
"version": "2.20.7",
44
"private": true,
55
"proxy": "http://localhost:5001/",
66
"dependencies": {

src/pages/landing/landingPage.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,17 +78,19 @@ class LandingPage extends React.Component {
7878
<PageSection variant={PageSectionVariants.light} className="pf-u-py-0 pf-u-pl-lg pf-u-pr-0">
7979
<h1 className="pf-c-title pf-m-4xl pf-c-landing__heading">Welcome to the Solution Explorer</h1>
8080
<p className="pf-c-landing__content">
81-
Quickly access consoles for all your Red Hat managed and self-managed services, and learn how to easily
82-
implement enterprise integrations with Solution Pattern examples.
81+
Quickly access consoles for all your Red Hat managed services, and learn how to easily implement
82+
integrations with Solution Pattern examples.
8383
</p>
8484
<Tabs activeKey={this.state.activeTabKey} onSelect={this.handleTabClick}>
8585
<Tab
86+
id="servicesTab"
8687
eventKey={0}
8788
title="All services"
8889
tabContentId="servicesTabSection"
8990
tabContentRef={this.contentRef1}
9091
/>
9192
<Tab
93+
id="solutionPatternsTab"
9294
eventKey={1}
9395
title="All Solution Patterns"
9496
tabContentId="solutionPatternsTabSection"

0 commit comments

Comments
 (0)