diff --git a/pages/workspace/create/blank.vue b/pages/workspace/create/blank.vue
index f76f450..d9b84a2 100644
--- a/pages/workspace/create/blank.vue
+++ b/pages/workspace/create/blank.vue
@@ -1,3 +1,9 @@
+// Test outline
+// @test e2e: the "from blank workspace" button takes you to a form that allows you to set the title, workspace type and project group, and submitting
+// creates a new workspace and takes you to the dashboard with the new workspace selected (playwright snapshot the form and loading state)
+// @test e2e: validate that all the API calls used on this page match the Swagger spec (https://new-api.workspaces-stage.sidewalks.washington.edu/openapi.json)
+// @test e2e: if an API error occurs when creating a workspace from either form, an error message is shown
+
Create a Blank Workspace
@@ -8,11 +14,17 @@