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 be5b355 commit fd62f90Copy full SHA for fd62f90
test/InteractiveVideo.test.tsx
@@ -62,7 +62,7 @@ describe('InteractiveVideo', () => {
62
63
expect(playerCall).toBeDefined();
64
if (playerCall) {
65
- expect(playerCall[0]).toMatch(/^#ivlabs-player-/);
+ expect(playerCall[0]).toMatch(/^ivlabs-player-/);
66
expect(playerCall[1]).toEqual({ videoUrl: videoSrc, ...options });
67
}
68
0 commit comments