Skip to content

Commit

Permalink
Update source element in import_vector_map_tab.spec.js (#844)
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>
  • Loading branch information
junqiu-lei authored Sep 13, 2023
1 parent 4300484 commit 9a39559
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 9a39559

Please sign in to comment.