Skip to content

Commit

Permalink
e2e: change onClick to click to support svelte examples
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Nov 30, 2022
1 parent 0f72a1d commit 3b158fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/e2e-tests/addon-actions.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test.describe('addon-actions', () => {

await sbPage.viewAddonPanel('Actions');
const logItem = await page.locator('#storybook-panel-root #panel-tab-content', {
hasText: 'onClick',
hasText: 'click',
});
await expect(logItem).toBeVisible();
});
Expand Down

0 comments on commit 3b158fc

Please sign in to comment.