We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ef1e2 commit f35bca2Copy full SHA for f35bca2
dotcom-rendering/src/components/LoopVideo.stories.tsx
@@ -64,6 +64,12 @@ export const PausePlay: Story = {
64
65
export const UnmuteMute: Story = {
66
...Default,
67
+ parameters: {
68
+ test: {
69
+ // The error is received without this flag: "TypeError: ophan.trackClickComponentEvent is not a function"
70
+ dangerouslyIgnoreUnhandledErrors: true,
71
+ },
72
73
play: async ({ canvasElement }) => {
74
const canvas = within(canvasElement);
75
0 commit comments