You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/tests/domParsers/vimeoVideoExtractor_tests.ts
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,14 @@ export class VimeoVideoExtractorTests extends TestModule {
82
82
"The data original src attribute should be set to the player url");
83
83
});
84
84
85
+
test("createEmbedVideoFromUrl should return an iframe with the src set to the player url without query parameters, and the data-original-src set to the player url",()=>{
0 commit comments