Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
BOTLANNER committed Jul 6, 2023
1 parent 22b81be commit b4959e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/OmniInputPlaywright.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export const testDisabledBehaviour = (tagName: string, storyExport = 'Disabled')
};

/**
* Read story args from story renderer with provided key
* Read story args from story renderer with provided key
*/
export async function getStoryArgs<T = any>(page: Page, key: string, readySelector = '[data-testid]') {
await page.waitForSelector(readySelector);
Expand Down

0 comments on commit b4959e5

Please sign in to comment.