Skip to content

Commit 3086907

Browse files
author
Edna Morales
committed
cb-6724changed style detail on documentation
1 parent 76f3357 commit 3086907

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/tests.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
};

0 commit comments

Comments
 (0)