Skip to content

Commit

Permalink
Update user.stories.js
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnath committed Mar 5, 2024
1 parent 2875871 commit 6918ef0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/github/user/user.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ export default {
},
};

// export const User = {
// args: parseFetchedUser(userScottnath),
// play: async ({ args, canvasElement, step }) => {
// console.log('USER = elms', canvasElement.closest('body').innerHTML)
// const elements = await getElements(canvasElement);
// await ensureElements(elements, args);
// await ensureScreenRead(elements, args);
// }
// }
export const User = {
args: parseFetchedUser(userScottnath),
play: async ({ args, canvasElement, step }) => {
console.log('USER = elms', canvasElement.closest('body').innerHTML)
const elements = await getElements(canvasElement);
await ensureElements(elements, args);
await ensureScreenRead(elements, args);
}
}

export const UserRepos = {
args: {
Expand Down

0 comments on commit 6918ef0

Please sign in to comment.