Skip to content

'Test Connection' button is over-spanned #23346

@TomashKhamlai

Description

@TomashKhamlai

Preconditions (*)

1.No preconditions

Steps to reproduce (*)

  1. Navigate to Stores > Settings > Configuration > Catalog > Catalog > Catalog Search
  2. Set Search Engine to any Elastic...
  3. Find Test Connection button and inspect it

Expected result (*)

  1. Structure button > span
<button class="scalable" type="button" id="catalog_search_elasticsearch_test_connect_wizard" style="" novalidate="novalidate">
    <span id="catalog_search_elasticsearch_test_connect_wizard_result">Test Connection</span>
</button>

Actual result (*)

  1. Structure button > span > span > span
<button class="scalable" type="button" id="catalog_search_elasticsearch_test_connect_wizard" style="" novalidate="novalidate">
    <span><span><span id="catalog_search_elasticsearch_test_connect_wizard_result">Test Connection</span></span></span>
</button>

Metadata

Metadata

Labels

Component: AdminComponent: CatalogSearchComponent: ThemeFixed in 2.3.xThe issue has been fixed in 2.3 release lineIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedIssue: Format is validGate 1 Passed. Automatic verification of issue format passedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentReproduced on 2.2.xThe issue has been reproduced on latest 2.2 releaseReproduced on 2.3.xThe issue has been reproduced on latest 2.3 release

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions