mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(test) li -> div
This commit is contained in:
parent
fa0c144f1a
commit
923b9a9326
1 changed files with 4 additions and 4 deletions
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
|
||||
Expect =
|
||||
'<div id="js-path" class="reduce-text" title="/etc/X11/">' +
|
||||
'<div id="js-path" class="reduce-text" title="/etc/X11/">' +
|
||||
'<span class="path-icon clear-storage" ' +
|
||||
'title="clear storage (Ctrl+D)">' +
|
||||
'</span>' +
|
||||
|
|
@ -46,14 +46,14 @@
|
|||
'etc' +
|
||||
'</a>/X11/' +
|
||||
'</span>' +
|
||||
'</li>' +
|
||||
'<li class=fm-header>' +
|
||||
'</div>' +
|
||||
'<div class=fm-header>' +
|
||||
'<span class=mini-icon></span>' +
|
||||
'<span class=name>"name reduce-text"</span>' +
|
||||
'<span class=size>"size reduce-text"</span>' +
|
||||
'<span class=owner>"owner reduce-text"</span>' +
|
||||
'<span class=mode>"mode reduce-text"</span>' +
|
||||
'</li>';
|
||||
'</div>';
|
||||
|
||||
|
||||
files.read(Files, 'utf-8', function(errors, files) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue