diff --git a/e2e/NEXT_STEPS.md b/e2e/NEXT_STEPS.md deleted file mode 100644 index d5afb1c4..00000000 --- a/e2e/NEXT_STEPS.md +++ /dev/null @@ -1,257 +0,0 @@ -# Test IDs and Selectors Documentation - -This document lists all the test IDs (`data-testid`) and selectors that should be added to the application components for E2E testing. - -## Required Test IDs for Components - -### Authentication Components - -```html - -
User info when logged in
-
Display user information
-
User menu/dropdown
- - - - - - - - -``` - -### Board Components - -```html - -
Main kanban board container
-
Individual column containers
-
Individual card elements
- - - - - - - - -