File tree Expand file tree Collapse file tree
dashboards-reports/.cypress/integration Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727describe ( 'Adding sample data' , ( ) => {
2828 it ( 'Adds sample data' , ( ) => {
2929 cy . visit ( `${ Cypress . env ( 'opensearchDashboards' ) } /app/home#/tutorial_directory/sampleData` ) ;
30- cy . wait ( 5000 )
3130 cy . get ( 'div[data-test-subj="sampleDataSetCardflights"]' ) . contains ( / ( A d d | V i e w ) d a t a / ) . click ( ) ;
3231 cy . wait ( 3000 ) ;
32+ cy . visit ( `${ Cypress . env ( 'opensearchDashboards' ) } /app/home#/tutorial_directory/sampleData` ) ;
3333 cy . get ( 'div[data-test-subj="sampleDataSetCardecommerce"]' ) . contains ( / ( A d d | V i e w ) d a t a / ) . click ( ) ;
3434 cy . wait ( 3000 ) ;
35+ cy . visit ( `${ Cypress . env ( 'opensearchDashboards' ) } /app/home#/tutorial_directory/sampleData` ) ;
3536 cy . get ( 'div[data-test-subj="sampleDataSetCardlogs"]' ) . contains ( / ( A d d | V i e w ) d a t a / ) . click ( ) ;
3637 cy . wait ( 3000 ) ;
3738 } ) ;
You can’t perform that action at this time.
0 commit comments