1.14.1 release #56
GitHub Actions / Test results
succeeded
Jan 25, 2025 in 0s
All 81 tests pass in 30s
Annotations
Check notice on line 0 in .github
github-actions / Test results
81 tests found
There are 81 tests, see "Raw output" for the full list of tests.
Raw output
should create a shapshot when the disabled parameter is false ‑ should create a shapshot when the disabled parameter is false
should create a shapshot when the disabled parameter is true ‑ should create a shapshot when the disabled parameter is true
should create a shapshot when the loading copied is false ‑ should create a shapshot when the loading copied is false
should create a shapshot when the loading copied is true ‑ should create a shapshot when the loading copied is true
should create a shapshot when the loading parameter is false ‑ should create a shapshot when the loading parameter is false
should create a shapshot when the loading parameter is true ‑ should create a shapshot when the loading parameter is true
should create a shapshot when the menu parameter is undefined ‑ should create a shapshot when the menu parameter is undefined
should create a shapshot when the message parameter is not undedined ‑ should create a shapshot when the message parameter is not undedined
should create a shapshot when the message parameter is undedined ‑ should create a shapshot when the message parameter is undedined
should create a shapshot when the open parameter is false ‑ should create a shapshot when the open parameter is false
should create a shapshot when the open parameter is true ‑ should create a shapshot when the open parameter is true
should create a shapshot when the root parameter is false ‑ should create a shapshot when the root parameter is false
should create a shapshot when the root parameter is true ‑ should create a shapshot when the root parameter is true
should create a shapshot when the selected parameter is false ‑ should create a shapshot when the selected parameter is false
should create a shapshot when the selected parameter is true ‑ should create a shapshot when the selected parameter is true
should create a shapshot when the type parameter is changeTheme ‑ should create a shapshot when the type parameter is changeTheme
should create a shapshot when the type parameter is copyFile ‑ should create a shapshot when the type parameter is copyFile
should create a shapshot when the type parameter is copyLink ‑ should create a shapshot when the type parameter is copyLink
should create a shapshot when the type parameter is createFile ‑ should create a shapshot when the type parameter is createFile
should create a shapshot when the type parameter is createFolder ‑ should create a shapshot when the type parameter is createFolder
should create a shapshot when the type parameter is deleteFile ‑ should create a shapshot when the type parameter is deleteFile
should create a shapshot when the type parameter is deleteFolder ‑ should create a shapshot when the type parameter is deleteFolder
should create a shapshot when the type parameter is overwriteFile ‑ should create a shapshot when the type parameter is overwriteFile
should create a shapshot when the type parameter is renameFile ‑ should create a shapshot when the type parameter is renameFile
should create a shapshot when the type parameter is renameFolder ‑ should create a shapshot when the type parameter is renameFolder
should create a shapshot when the type parameter is restoreFile ‑ should create a shapshot when the type parameter is restoreFile
should create a shapshot when the type parameter is save ‑ should create a shapshot when the type parameter is save
should create a shapshot when the type parameter is undefined ‑ should create a shapshot when the type parameter is undefined
should create a shapshot when the type parameter is upload ‑ should create a shapshot when the type parameter is upload
should create a shapshot ‑ should create a shapshot
should raise onChangeTheme event when click a dark checkbox ‑ should raise onChangeTheme event when click a dark checkbox
should raise onChangeTheme event when click a light checkbox ‑ should raise onChangeTheme event when click a light checkbox
should raise onCopy event when click a button ‑ should raise onCopy event when click a button
compare should retrieve 0 when the values are in the same position ‑ compare should retrieve 0 when the values are in the same position
compare should retrieve a negative value when the first value comes before the second value ‑ compare should retrieve a negative value when the first value comes before the second value
compare should retrieve a negative value when the the second value is null ‑ compare should retrieve a negative value when the the second value is null
compare should retrieve a negative value when the the second value is undefined ‑ compare should retrieve a negative value when the the second value is undefined
compare should retrieve a positive value when the first value comes after the second value ‑ compare should retrieve a positive value when the first value comes after the second value
compare should retrieve a positive value when the the first value is null ‑ compare should retrieve a positive value when the the first value is null
compare should retrieve a positive value when the the first value is undefined ‑ compare should retrieve a positive value when the the first value is undefined
getBaseName should retrieve the base name when the file name contains an extension ‑ getBaseName should retrieve the base name when the file name contains an extension
getBaseName should retrieve the base name when the file name contains multiple extensions ‑ getBaseName should retrieve the base name when the file name contains multiple extensions
getBaseName should retrieve the base name when the file name does not contain an extension ‑ getBaseName should retrieve the base name when the file name does not contain an extension
getBaseName should retrieve undefined when the file name is null ‑ getBaseName should retrieve undefined when the file name is null
getBaseName should retrieve undefined when the file name is undefined ‑ getBaseName should retrieve undefined when the file name is undefined
getExtension should retrieve the extension when the file name contains an extension ‑ getExtension should retrieve the extension when the file name contains an extension
getExtension should retrieve the extension when the file name contains multiple extensions ‑ getExtension should retrieve the extension when the file name contains multiple extensions
getExtension should retrieve undefined when the file name does not contain an extension ‑ getExtension should retrieve undefined when the file name does not contain an extension
getExtension should retrieve undefined when the file name is null ‑ getExtension should retrieve undefined when the file name is null
getExtension should retrieve undefined when the file name is undefined ‑ getExtension should retrieve undefined when the file name is undefined
getMimeType should retrieve text/markdown when the file is a markdown text ‑ getMimeType should retrieve text/markdown when the file is a markdown text
getMimeType should retrieve text/plain when the file is a plain text ‑ getMimeType should retrieve text/plain when the file is a plain text
getMimeType should retrieve undefined when the MIME type is an invalid format ‑ getMimeType should retrieve undefined when the MIME type is an invalid format
getMimeType should retrieve undefined when the MIME type is undefined ‑ getMimeType should retrieve undefined when the MIME type is undefined
getMimeType should retrieve undefined when the file name is undefined ‑ getMimeType should retrieve undefined when the file name is undefined
isAbsoluteUrl should retrieve false when the URL is a relative URL ‑ isAbsoluteUrl should retrieve false when the URL is a relative URL
isAbsoluteUrl should retrieve false when the URL is null ‑ isAbsoluteUrl should retrieve false when the URL is null
isAbsoluteUrl should retrieve false when the URL is undefined ‑ isAbsoluteUrl should retrieve false when the URL is undefined
isAbsoluteUrl should retrieve true when the URL is an absolute URL ‑ isAbsoluteUrl should retrieve true when the URL is an absolute URL
isEmpty should retrieve false when the folder contains folders ‑ isEmpty should retrieve false when the folder contains folders
isEmpty should retrieve false when the folder contains supported files ‑ isEmpty should retrieve false when the folder contains supported files
isEmpty should retrieve false when the folder contains unsupported files but is specified to show all files ‑ isEmpty should retrieve false when the folder contains unsupported files but is specified to show all files
isEmpty should retrieve true when the folder contains unsupported files ‑ isEmpty should retrieve true when the folder contains unsupported files
isEmpty should retrieve true when the folder is empty ‑ isEmpty should retrieve true when the folder is empty
isMimeType should retrieve false when the value does not match the subtype ‑ isMimeType should retrieve false when the value does not match the subtype
isMimeType should retrieve false when the value does not match the type ‑ isMimeType should retrieve false when the value does not match the type
isMimeType should retrieve true when the value matches the subtype ‑ isMimeType should retrieve true when the value matches the subtype
isMimeType should retrieve true when the value matches the type and subtype ‑ isMimeType should retrieve true when the value matches the type and subtype
isMimeType should retrieve true when the value matches the type ‑ isMimeType should retrieve true when the value matches the type
isSupportedFile should retrieve false when the file is an other format ‑ isSupportedFile should retrieve false when the file is an other format
isSupportedFile should retrieve false when the file is undefined ‑ isSupportedFile should retrieve false when the file is undefined
isSupportedFile should retrieve true when the file is a markdown text ‑ isSupportedFile should retrieve true when the file is a markdown text
isSupportedFile should retrieve true when the file is a video ‑ isSupportedFile should retrieve true when the file is a video
isSupportedFile should retrieve true when the file is an image ‑ isSupportedFile should retrieve true when the file is an image
moveNext should change focus to the next node ‑ moveNext should change focus to the next node
moveNext should not change focus when it is the last node ‑ moveNext should not change focus when it is the last node
movePrevious should change focus to the previous node ‑ movePrevious should change focus to the previous node
movePrevious should not change focus when it is the first node ‑ movePrevious should not change focus when it is the first node
toDate should convert a date string to the date object ‑ toDate should convert a date string to the date object
toDate should retrieve undefined when the date string is null ‑ toDate should retrieve undefined when the date string is null
toDate should retrieve undefined when the date string is undefined ‑ toDate should retrieve undefined when the date string is undefined
Loading