diff --git a/packages/tests/scripts/randomCases.json b/packages/tests/scripts/randomCases.json index 4e2f3e83d2..135ddc2ae9 100644 --- a/packages/tests/scripts/randomCases.json +++ b/packages/tests/scripts/randomCases.json @@ -18,7 +18,6 @@ "sample-localdebug-stock-update", "sample-localdebug-incoming-webhook", "sample-localdebug-proactive-message", - "sample-localdebug-assistant-dashboard", "basic-tab-debug-upgrade-debug", "bot-debug-upgrade-debug", "bot-upgrade-debug" @@ -70,14 +69,10 @@ } }, "cases": [ - "sample-localdebug-hello-world-meeting", - "sample-localdebug-contact-exporter", "sample-localdebug-todo-list-with-m365", - "sample-localdebug-one-productivity-hub", "sample-localdebug-todo-list-sql", "sample-localdebug-hello-world-tab-with-backend", "sample-localdebug-npm-search", - "sample-localdebug-hello-world-tab-outlook", "sample-localdebug-graph-connector-bot", "sample-localdebug-bot-sso", "sample-localdebug-dice-roller", @@ -140,7 +135,12 @@ "sample-localdebug-adaptive-card", "sample-localdebug-graph-connector", "sample-localdebug-share-now", - "sample-localdebug-dashboard" + "sample-localdebug-dashboard", + "sample-localdebug-hello-world-tab-outlook", + "sample-localdebug-one-productivity-hub", + "sample-localdebug-contact-exporter", + "sample-localdebug-hello-world-meeting", + "sample-localdebug-assistant-dashboard" ] } ] \ No newline at end of file diff --git a/packages/tests/src/ui-test/samples/sample-localdebug-npm-search.test.ts b/packages/tests/src/ui-test/samples/sample-localdebug-npm-search.test.ts index af1513891a..8ad5298927 100644 --- a/packages/tests/src/ui-test/samples/sample-localdebug-npm-search.test.ts +++ b/packages/tests/src/ui-test/samples/sample-localdebug-npm-search.test.ts @@ -17,12 +17,6 @@ class NpmSearchTestCase extends CaseFactory { ): Promise { return await validateNpm(page, { npmName: options?.npmName }); } - override async onCliValidate( - page: Page, - options?: { npmName: string } - ): Promise { - return await validateNpm(page, { npmName: options?.npmName }); - } } new NpmSearchTestCase( @@ -33,6 +27,5 @@ new NpmSearchTestCase( [LocalDebugTaskLabel.StartLocalTunnel, LocalDebugTaskLabel.StartBotApp], { npmName: "axios", - debug: "cli", } ).test();