Skip to content

Commit b3cdd74

Browse files
committed
Fixed test case
1 parent e6c45c5 commit b3cdd74

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

tests/cparts/component_mode.test.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ <h1>Hello World</h1>
140140
</script>
141141

142142
<script name="HTML head element is as expected" skip-rerender>
143-
const expectedHead = '<link href="whatevs.css" id="x1jirbkk"><title id="xxu3uhhn">Hello Vanish</title>';
143+
const expectedHead = '<link href="whatevs.css" id="xx6e87uf"><title id="xxu3uhhn">Hello Vanish</title>';
144144
const actual = document.head.innerHTML;
145145
const testTitle = '<title>testworld</title>'; // used in new tests
146146

tests/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@
2525
<Library -src="./cparts/component_namespace.test.html"></Library>
2626

2727
<!-- Also, do doc tests (makes unmocked, real HTTP requests to APIs) -->
28+
<!--
2829
<Library -src="/libraries/docseg.html"></Library>
2930
<Library -src="/libraries/eg.html"></Library>
31+
-->
3032
</template>
3133
<script src="/js/Modulo.js"></script>
3234
<script src="/demos/mdu/cparts/TestSuite.js"></script>

0 commit comments

Comments
 (0)