We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb48676 commit b73e1d2Copy full SHA for b73e1d2
tests/streamlit_ui_tests/taskpanes/code_config.spec.ts
@@ -28,6 +28,6 @@ test.describe('Code Config', () => {
28
await mito.getByText('Add').click();
29
await mito.locator('.mito-dropdown-item', { hasText: 'CSV Import File Path' }).click();
30
31
- await expect(page.locator('.stCodeBlock')).toContainText(/def new_name\([a-zA-Z\/']*\/test\.csv'\):/);
+ await expect(page.locator('.stCodeBlock')).toContainText('def new_name(r\'');
32
});
33
0 commit comments