Skip to content

Commit 68f28f6

Browse files
authored
test: fix file structure (OfficeDev#10759)
1 parent dfc4492 commit 68f28f6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/tests/src/ui-test/localdebug/localdebug-msg-newapi-ts.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ describe("Local Debug Tests", function () {
4646
localDebugTestContext.testRootFolder,
4747
localDebugTestContext.appName
4848
);
49-
validateFileExist(projectPath, "repair/index.ts");
49+
validateFileExist(projectPath, "src/functions/repair.ts");
5050
await startDebugging("Debug in Teams (Chrome)");
5151
await waitForTerminal(LocalDebugTaskLabel.StartLocalTunnel);
5252
await waitForTerminal(

packages/tests/src/ui-test/localdebug/localdebug-msg-newapi.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ describe("Local Debug Tests", function () {
4343
localDebugTestContext.testRootFolder,
4444
localDebugTestContext.appName
4545
);
46-
validateFileExist(projectPath, "repair/index.js");
46+
validateFileExist(projectPath, "src/functions/repair.js");
4747
await startDebugging("Debug in Teams (Chrome)");
4848
await waitForTerminal(LocalDebugTaskLabel.StartLocalTunnel);
4949
await waitForTerminal(

packages/tests/src/ui-test/remotedebug/remotedebug-spfxnone-globalpkg-addwebpart.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ describe("Remote debug Tests", function () {
6161
});
6262

6363
it(
64-
"[auto] Add wweb part to SPFx project with React frameworkusing globally installed packages",
64+
"[auto] Add web part to SPFx project with React frameworkusing globally installed packages",
6565
{
6666
testPlanCaseId: 17581722,
6767
author: "[email protected]",

packages/tests/src/ui-test/remotedebug/remotedebug-spfxreact-addwebpart.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ describe("Remote debug Tests", function () {
5959
});
6060

6161
it(
62-
"[auto] Add wweb part to SPFx project with React framework",
62+
"[auto] Add web part to SPFx project with React framework",
6363
{
6464
testPlanCaseId: 17581722,
6565
author: "[email protected]",

0 commit comments

Comments
 (0)