diff --git a/__tests__/html/autoScroll.acknowledgement.js b/__tests__/html/autoScroll.acknowledgement.js
deleted file mode 100644
index 0a08c6b97e..0000000000
--- a/__tests__/html/autoScroll.acknowledgement.js
+++ /dev/null
@@ -1,5 +0,0 @@
-/** @jest-environment ./packages/test/harness/src/host/jest/WebDriverEnvironment.js */
-
-describe('Auto-scroll acknowledgement logic', () => {
- test('should acknowledge activities correctly', () => runHTML('autoScroll.acknowledgement.html'));
-});
diff --git a/__tests__/html/autoScroll.afterSend.js b/__tests__/html/autoScroll.afterSend.js
deleted file mode 100644
index fed99f3451..0000000000
--- a/__tests__/html/autoScroll.afterSend.js
+++ /dev/null
@@ -1,5 +0,0 @@
-/** @jest-environment ./packages/test/harness/src/host/jest/WebDriverEnvironment.js */
-
-describe('Auto-scroll', () => {
- test('should scroll to bottom on send', () => runHTML('autoScroll.afterSend.html'));
-});
diff --git a/__tests__/html/autoScroll.eventActivity.js b/__tests__/html/autoScroll.eventActivity.js
deleted file mode 100644
index 6fc87aa26f..0000000000
--- a/__tests__/html/autoScroll.eventActivity.js
+++ /dev/null
@@ -1,5 +0,0 @@
-/** @jest-environment ./packages/test/harness/src/host/jest/WebDriverEnvironment.js */
-
-describe('Auto-scroll with "activity" snap behavior', () => {
- test('should not pause on invisible activity', () => runHTML('autoScroll.eventActivity.html'));
-});
diff --git a/__tests__/html/autoScroll.snap.activity.js b/__tests__/html/autoScroll.snap.activity.js
deleted file mode 100644
index a3333be8ea..0000000000
--- a/__tests__/html/autoScroll.snap.activity.js
+++ /dev/null
@@ -1,5 +0,0 @@
-/** @jest-environment ./packages/test/harness/src/host/jest/WebDriverEnvironment.js */
-
-describe('Auto-scroll with "activity" snap behavior', () => {
- test('should scroll correctly', () => runHTML('autoScroll.snap.activity.html'));
-});
diff --git a/__tests__/html/autoScroll.snap.activityAndPage.js b/__tests__/html/autoScroll.snap.activityAndPage.js
deleted file mode 100644
index 80078569fb..0000000000
--- a/__tests__/html/autoScroll.snap.activityAndPage.js
+++ /dev/null
@@ -1,5 +0,0 @@
-/** @jest-environment ./packages/test/harness/src/host/jest/WebDriverEnvironment.js */
-
-describe('Auto-scroll with "activity" and "page" snap behavior', () => {
- test('should scroll correctly', () => runHTML('autoScroll.snap.activityAndPage.html'));
-});
diff --git a/__tests__/html/autoScroll.snap.default.js b/__tests__/html/autoScroll.snap.default.js
deleted file mode 100644
index 1f749d14e0..0000000000
--- a/__tests__/html/autoScroll.snap.default.js
+++ /dev/null
@@ -1,5 +0,0 @@
-/** @jest-environment ./packages/test/harness/src/host/jest/WebDriverEnvironment.js */
-
-describe('Auto-scroll with "default" snap behavior', () => {
- test('should scroll correctly', () => runHTML('autoScroll.snap.default.html'));
-});
diff --git a/__tests__/html/autoScroll.snap.page.js b/__tests__/html/autoScroll.snap.page.js
deleted file mode 100644
index 3bb9ec5051..0000000000
--- a/__tests__/html/autoScroll.snap.page.js
+++ /dev/null
@@ -1,5 +0,0 @@
-/** @jest-environment ./packages/test/harness/src/host/jest/WebDriverEnvironment.js */
-
-describe('Auto-scroll with "page" snap behavior', () => {
- test('should scroll correctly', () => runHTML('autoScroll.snap.page.html'));
-});
diff --git a/__tests__/html/autoScroll.withPostBack.activity.js b/__tests__/html/autoScroll.withPostBack.activity.js
deleted file mode 100644
index cfab52f62f..0000000000
--- a/__tests__/html/autoScroll.withPostBack.activity.js
+++ /dev/null
@@ -1,5 +0,0 @@
-/** @jest-environment ./packages/test/harness/src/host/jest/WebDriverEnvironment.js */
-
-describe('Auto-scroll with "activity" snap behavior', () => {
- test('should not pause on post back activity', () => runHTML('autoScroll.withPostBack.activity.html'));
-});
diff --git a/__tests__/html/autoScroll.withPostBack.page.js b/__tests__/html/autoScroll.withPostBack.page.js
deleted file mode 100644
index e101d4b068..0000000000
--- a/__tests__/html/autoScroll.withPostBack.page.js
+++ /dev/null
@@ -1,5 +0,0 @@
-/** @jest-environment ./packages/test/harness/src/host/jest/WebDriverEnvironment.js */
-
-describe('Auto-scroll with "page" snap behavior', () => {
- test('should not pause on post back activity', () => runHTML('autoScroll.withPostBack.page.html'));
-});
diff --git a/__tests__/html/autoScroll.withSuggestedActions.submitAdaptiveCards.js b/__tests__/html/autoScroll.withSuggestedActions.submitAdaptiveCards.js
deleted file mode 100644
index 01905fae3c..0000000000
--- a/__tests__/html/autoScroll.withSuggestedActions.submitAdaptiveCards.js
+++ /dev/null
@@ -1,6 +0,0 @@
-/** @jest-environment ./packages/test/harness/src/host/jest/WebDriverEnvironment.js */
-
-describe('Auto-scroll with suggested actions shown', () => {
- test('should stick to bottom if submitting an Adaptive Card', () =>
- runHTML('autoScroll.withSuggestedActions.submitAdaptiveCards.html'));
-});
diff --git a/__tests__/html/autoScroll.acknowledgement.html b/__tests__/html2/autoScroll/autoScroll.acknowledgement.html
similarity index 100%
rename from __tests__/html/autoScroll.acknowledgement.html
rename to __tests__/html2/autoScroll/autoScroll.acknowledgement.html
diff --git a/__tests__/html/autoScroll.afterSend.html b/__tests__/html2/autoScroll/autoScroll.afterSend.html
similarity index 97%
rename from __tests__/html/autoScroll.afterSend.html
rename to __tests__/html2/autoScroll/autoScroll.afterSend.html
index 6aafa914a5..ee54cc491d 100644
--- a/__tests__/html/autoScroll.afterSend.html
+++ b/__tests__/html2/autoScroll/autoScroll.afterSend.html
@@ -36,7 +36,7 @@
// THEN: It should scroll to bottom after send.
await pageConditions.scrollToBottomCompleted();
await pageConditions.minNumActivitiesShown(4);
- await host.snapshot();
+ await host.snapshot('local');
});