Skip to content

Commit

Permalink
Update source element in import_vector_map_tab.spec.js (#844) (#845)
Browse files Browse the repository at this point in the history
* Update source element in import_vector_map_tab.spec.js

Signed-off-by: Junqiu Lei <junqiu@amazon.com>

* Update source element in import_vector_map_tab.spec.js

Signed-off-by: Junqiu Lei <junqiu@amazon.com>

---------

Signed-off-by: Junqiu Lei <junqiu@amazon.com>
(cherry picked from commit 9a39559)

Co-authored-by: Junqiu Lei <junqiu@amazon.com>
  • Loading branch information
opensearch-trigger-bot[bot] and junqiu-lei authored Sep 13, 2023
1 parent 997ff94 commit 3793eb9
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ describe('Verify the presence of import custom map tab in region map plugin', ()
// Click on "Region Map" icon
cy.contains('Region Map').click({ force: true });

// Select index source - [Flights] Flight Log
cy.contains('[Flights] Flight Log').click({ force: true });
// Select index source - opensearch_dashboards_sample_data_flights
cy.contains('opensearch_dashboards_sample_data_flights').click({
force: true,
});
});

it('checks import custom map tab is present', () => {
Expand Down

0 comments on commit 3793eb9

Please sign in to comment.