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.
2 parents 843d429 + 6abbd64 commit 950e796Copy full SHA for 950e796
test/end-to-end/src/powerpoint-test-taskpane.ts
@@ -31,6 +31,7 @@ async function getSelectedText(): Promise<string> {
31
export async function runTest(): Promise<void> {
32
// Execute taskpane code
33
await run();
34
+ await testHelpers.sleep(2000);
35
36
// get selected text
37
const selectedText = await getSelectedText();
0 commit comments