Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <dxho@amazon.com>
  • Loading branch information
derek-ho committed Oct 23, 2023
1 parent ccd305c commit e87ea04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 35 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,7 @@ exports[`Manage Data Connections Description test Renders manage data connection
<div
className="euiTextColor euiTextColor--subdued"
>
Manage existing data sources or
<EuiLink
href="#/new"
>
<a
className="euiLink euiLink--primary"
href="#/new"
rel="noreferrer"
>
create a new data source
</a>
</EuiLink>
Manage existing data sources
</div>
</EuiTextColor>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,19 +75,6 @@ exports[`Manage Data Connections Table test Renders manage data connections tabl
Manage data sources
</span>
</button>
<button
aria-selected="false"
class="euiTab"
data-test-subj="new"
role="tab"
type="button"
>
<span
class="euiTab__content"
>
New data source
</span>
</button>
</div>
<div
class="euiSpacer euiSpacer--s"
Expand Down Expand Up @@ -119,15 +106,7 @@ exports[`Manage Data Connections Table test Renders manage data connections tabl
<div
class="euiTextColor euiTextColor--subdued"
>
Manage existing data sources or
<a
class="euiLink euiLink--primary"
href="#/new"
rel="noreferrer"
>
create a new data source
</a>
Manage existing data sources
</div>
</div>
</div>
Expand Down

0 comments on commit e87ea04

Please sign in to comment.