We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5246992 + bd1fb94 commit 46970d4Copy full SHA for 46970d4
tests/streamlit_ui_tests/demos/vanguard.spec.ts
@@ -65,8 +65,10 @@ test('Vanguard Demo', async ({ page }) => {
65
* Values: sum of MoM Return
66
*/
67
await mito.locator('.mito-toolbar-button', { hasText: 'Pivot' }).click();
68
+ await awaitResponse(page);
69
await mito.locator('.spacing-row', { hasText: 'Rows' }).getByText('Add').click();
70
await mito.locator('.mito-dropdown-item', { hasText: 'Portfolio Manager' }).click();
71
72
73
await mito.locator('.mito-dropdown-item', { hasText: 'Email' }).click();
74
await awaitResponse(page);
0 commit comments