File tree 1 file changed +3
-0
lines changed
tests/streamlit_ui_tests/demos
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ test('Vanguard Demo', async ({ page }) => {
72
72
await awaitResponse ( page ) ;
73
73
await mito . locator ( '.spacing-row' , { hasText : 'Rows' } ) . getByText ( 'Add' ) . click ( ) ;
74
74
await mito . locator ( '.mito-dropdown-item' , { hasText : 'Fund' } ) . click ( ) ;
75
+ await awaitResponse ( page ) ;
75
76
76
77
await mito . locator ( '.spacing-row' , { hasText : 'Columns' } ) . getByText ( 'Add' ) . click ( ) ;
77
78
await mito . locator ( '.mito-dropdown-item' , { hasText : 'Date' } ) . click ( ) ;
@@ -85,7 +86,9 @@ test('Vanguard Demo', async ({ page }) => {
85
86
await awaitResponse ( page ) ;
86
87
87
88
await mito . locator ( '.select-text' , { hasText : 'count' } ) . click ( ) ;
89
+ await awaitResponse ( page ) ;
88
90
await mito . locator ( '.mito-dropdown-item' , { hasText : 'sum' } ) . click ( ) ;
91
+ await awaitResponse ( page ) ;
89
92
90
93
await page . locator ( '.element-container' , { hasText : 'Provider Name' } ) . locator ( 'input' ) . fill ( 'Vanguard' ) ;
91
94
await page . getByText ( 'Save Automation' ) . click ( ) ;
You can’t perform that action at this time.
0 commit comments