From ab8e8a3193afd247edc7cb67ce96105b4f5bbfc1 Mon Sep 17 00:00:00 2001
From: Pokey Rule <pokey.rule@gmail.com>
Date: Sun, 12 Dec 2021 17:09:42 +0000
Subject: [PATCH] Remove old step

---
 .../tutorial/basics/takeWhaleAndVest.yml      | 59 -------------------
 1 file changed, 59 deletions(-)
 delete mode 100644 src/test/suite/fixtures/recorded/tutorial/basics/takeWhaleAndVest.yml

diff --git a/src/test/suite/fixtures/recorded/tutorial/basics/takeWhaleAndVest.yml b/src/test/suite/fixtures/recorded/tutorial/basics/takeWhaleAndVest.yml
deleted file mode 100644
index 6d565a07c8c..00000000000
--- a/src/test/suite/fixtures/recorded/tutorial/basics/takeWhaleAndVest.yml
+++ /dev/null
@@ -1,59 +0,0 @@
-languageId: plaintext
-command:
-  version: 0
-  spokenForm: take whale and vest
-  action: setSelection
-  targets:
-    - type: list
-      elements:
-        - type: primitive
-          mark: {type: decoratedSymbol, symbolColor: default, character: w, usePrePhraseSnapshot: true}
-        - type: primitive
-          mark: {type: decoratedSymbol, symbolColor: default, character: v, usePrePhraseSnapshot: true}
-initialState:
-  documentContents: |-
-    ==================================================
-    ==========                              ==========
-    ==========    Welcome to Cursorless!    ==========
-    ==========                              ==========
-    ==========   Let's start using marks    ==========
-    ==========                              ==========
-    ==========  so we can navigate around   ==========
-    ==========                              ==========
-    ==========  without lifting a finger!   ==========
-    ==========                              ==========
-    ==================================================
-  selections:
-    - anchor: {line: 4, character: 13}
-      active: {line: 4, character: 36}
-  marks:
-    default.w:
-      start: {line: 6, character: 15}
-      end: {line: 6, character: 17}
-    default.v:
-      start: {line: 6, character: 22}
-      end: {line: 6, character: 30}
-finalState:
-  documentContents: |-
-    ==================================================
-    ==========                              ==========
-    ==========    Welcome to Cursorless!    ==========
-    ==========                              ==========
-    ==========   Let's start using marks    ==========
-    ==========                              ==========
-    ==========  so we can navigate around   ==========
-    ==========                              ==========
-    ==========  without lifting a finger!   ==========
-    ==========                              ==========
-    ==================================================
-  selections:
-    - anchor: {line: 6, character: 15}
-      active: {line: 6, character: 17}
-    - anchor: {line: 6, character: 22}
-      active: {line: 6, character: 30}
-  thatMark:
-    - anchor: {line: 6, character: 15}
-      active: {line: 6, character: 17}
-    - anchor: {line: 6, character: 22}
-      active: {line: 6, character: 30}
-fullTargets: [{type: list, elements: [{type: primitive, mark: {type: decoratedSymbol, symbolColor: default, character: w, usePrePhraseSnapshot: true}, selectionType: token, position: contents, insideOutsideType: inside, modifier: {type: identity}}, {type: primitive, mark: {type: decoratedSymbol, symbolColor: default, character: v, usePrePhraseSnapshot: true}, selectionType: token, position: contents, insideOutsideType: inside, modifier: {type: identity}}]}]