Skip to content

Commit

Permalink
[backport 2.x] Update data source name and rebase code in maps (#1147) (
Browse files Browse the repository at this point in the history
#1158)

(cherry picked from commit 424f59c)

Signed-off-by: Junqiu Lei <junqiu@amazon.com>
(cherry picked from commit 7d33af6)
  • Loading branch information
junqiu-lei authored and github-actions[bot] committed Mar 20, 2024
1 parent 70591df commit e3b2856
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe('Documents layer', () => {
timeout: 120000,
}).click();
cy.contains('Documents', { timeout: 120000 }).click();
cy.contains('Select data source', { timeout: 120000 }).click({
cy.contains('Select index pattern', { timeout: 120000 }).wait(3000).click({
force: true,
});
cy.contains('opensearch_dashboards_sample_data_flights', {
Expand Down

0 comments on commit e3b2856

Please sign in to comment.