File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -3159,13 +3159,11 @@ exports.defineManualTests = function (contentEl, createActionButton) {
31593159 div . appendChild ( document . createTextNode ( 'For each test above, file or directory should be successfully found. ' +
31603160 'Status box should say Resolving URL was Success. The first URL resolved is the internal URL. ' +
31613161 'The second URL resolved is the absolute URL. Blue URLs must match.' ) ) ;
3162- div . setAttribute ( "align" , "center" ) ;
31633162 contentEl . appendChild ( div ) ;
31643163
31653164 div = document . createElement ( 'h3' ) ;
31663165 div . appendChild ( document . createTextNode ( 'For Test private URL (iOS), the private URL (first blue URL in status box) ' +
31673166 'should be successfully resolved. Status box should say Successfully resolved. Both blue URLs below ' +
31683167 'that should match.' ) ) ;
3169- div . setAttribute ( "align" , "center" ) ;
31703168 contentEl . appendChild ( div ) ;
31713169} ;
You can’t perform that action at this time.
0 commit comments