diff --git a/src/content/adhoc/tabstops/how-to-test.tsx b/src/content/adhoc/tabstops/how-to-test.tsx
index 2e7bd72ca54..1b66362f7ef 100644
--- a/src/content/adhoc/tabstops/how-to-test.tsx
+++ b/src/content/adhoc/tabstops/how-to-test.tsx
@@ -16,8 +16,7 @@ export const createHowToTest = (headingLevel: number) => {
Refresh the target page to put it in its default state.
Turn on the Show tab stops toggle. An empty circle will highlight the element with focus.
- Use your keyboard to move input focus through all the interactive elements on the page –{' '}
- please traverse the entire page before returning to this window
+ Use your keyboard to move input focus through all the interactive elements on the page
- Use Tab and Shift+Tab to navigate between standalone controls.
- Use the arrow keys to navigate between the focusable elements within a composite control.
diff --git a/src/tests/end-to-end/tests/content/__snapshots__/guidance-content.test.ts.snap b/src/tests/end-to-end/tests/content/__snapshots__/guidance-content.test.ts.snap
index e8ec31b1037..99cad6d06d4 100644
--- a/src/tests/end-to-end/tests/content/__snapshots__/guidance-content.test.ts.snap
+++ b/src/tests/end-to-end/tests/content/__snapshots__/guidance-content.test.ts.snap
@@ -1195,10 +1195,7 @@ exports[`Guidance Content pages adhoc/tabstops/guidance matches the snapshot 1`]
Turn on the Show tab stops toggle. An empty circle will highlight the element with focus.
- Use your keyboard to move input focus through all the interactive elements on the page –
-
- please traverse the entire page before returning to this window
-
+ Use your keyboard to move input focus through all the interactive elements on the page
-
Use Tab and Shift+Tab to navigate between standalone controls.