We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd924d6 commit 119e89aCopy full SHA for 119e89a
test/e2e/tests/quarto/quarto-python.test.ts
@@ -21,6 +21,6 @@ test.describe('Quarto - Python', { tag: [tags.WEB, tags.WIN, tags.QUARTO] }, ()
21
22
// Viewer tab is targeted by corresponding iframe. It is assumed that the report fully loads once title 'Example Report' appears
23
const title = app.workbench.viewer.getViewerFrame().frameLocator('iframe').getByText('Example Report');
24
- await expect(title).toBeVisible({ timeout: 45000 });
+ await expect(title).toBeVisible({ timeout: 60000 });
25
});
26
0 commit comments