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>
  • Loading branch information
junqiu-lei authored Mar 19, 2024
1 parent c1357d9 commit 7d33af6
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 7d33af6

Please sign in to comment.