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) (#1165)

(cherry picked from commit 424f59c)

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

Co-authored-by: Junqiu Lei <junqiu@amazon.com>
  • Loading branch information
opensearch-trigger-bot[bot] and junqiu-lei authored Mar 20, 2024
1 parent 70591df commit b5ea5bd
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 b5ea5bd

Please sign in to comment.