Skip to content

Commit

Permalink
test: add spfx webpart
Browse files Browse the repository at this point in the history
  • Loading branch information
hellyzh committed Sep 27, 2024
1 parent 8e22a34 commit 05712a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tests/src/utils/vscodeOperation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1293,7 +1293,7 @@ export async function addSpfxWebPart(webPartName = "helloworld") {
await input.selectQuickPick("manifest.local.json");
await driver.sleep(3 * 60 * 1000);
await getNotification(
`Web part ${webPartName} was successfully added to the project`,
`Web part ${webPartName} was successfully added to project`,
30 * 1000
);
}
Expand Down

0 comments on commit 05712a3

Please sign in to comment.