Skip to content

Commit

Permalink
EXAMPLES : Simplify website stories.
Browse files Browse the repository at this point in the history
  • Loading branch information
crdoconnor committed Dec 10, 2023
1 parent e0b8303 commit 92e1717
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions examples/website/hitch/story/accounts.story
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ Login:
todos.todo:
10:
title: Buy peppers
created_at: 2023-05-08T16:29:41.595Z
update_at: 2023-05-08T16:29:41.595Z
created_at: 2023-01-01T00:00:00.000Z
update_at: 2023-01-01T00:00:00.000Z
isCompleted: no
11:
title: Buy cereal
created_at: 2023-05-08T16:29:41.595Z
update_at: 2023-05-08T16:29:41.595Z
created_at: 2023-01-01T00:00:00.000Z
update_at: 2023-01-01T00:00:00.000Z
isCompleted: yes
steps:
- load website: login/
Expand Down
4 changes: 2 additions & 2 deletions examples/website/hitch/story/add-todo.story
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Add and retrieve todo:
# Also includes peppers and cereal from "Login"
12:
title: Buy a toaster
created_at: 2023-05-08T16:29:41.595Z
update_at: 2023-05-08T16:29:41.595Z
created_at: 2023-01-01T00:00:00.000Z
update_at: 2023-01-01T00:00:00.000Z
isCompleted: yes

following steps:
Expand Down

0 comments on commit 92e1717

Please sign in to comment.