Skip to content
Snippets Groups Projects
Verified Commit 33f13dd9 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: update tests

parent 2a39dd40
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,7 @@ describe('DOM', function () {
expect(document.getElementsByTagName('monster-customcontrol').length).is.equal(1);
// no data-monster-objectlink="Symbol(monsterUpdater)" because it has nothing to update
expect(document.getElementById('test1')).contain.html('<monster-customcontrol data-monster-error="Error: html is not set."></monster-customcontrol>')
expect(document.getElementById('test1')).contain.html('<monster-customcontrol data-monster-error="html is not set."></monster-customcontrol>')
});
});
......
......@@ -242,7 +242,7 @@ describe('DOM', function () {
expect(document.getElementsByTagName('monster-testclass').length).is.equal(1);
// no data-monster-objectlink="Symbol(monsterUpdater)" because it has nothing to update
// but data-monster-error="Error: html is not set."
expect(document.getElementById('test1')).contain.html('<monster-testclass data-monster-error="Error: html is not set."></monster-testclass>');
expect(document.getElementById('test1')).contain.html('<monster-testclass data-monster-error="html is not set."></monster-testclass>');
});
});
......@@ -402,7 +402,7 @@ describe('DOM', function () {
div.append(d);
expect(div).contain.html('data-monster-error="TypeError: value is not an instance of CSSStyleSheet"');
expect(div).contain.html('data-monster-error="value is not an instance of CSSStyleSheet"');
done();
})
......@@ -637,4 +637,4 @@ describe('DOM', function () {
})
});
})
\ No newline at end of file
})
......@@ -10,7 +10,7 @@
<body>
<div id="headline" style="display: flex;align-items: center;justify-content: center;flex-direction: column;">
<h1 style='margin-bottom: 0.1em;'>Monster 3.98.3</h1>
<div id="lastupdate" style='font-size:0.7em'>last update Di 7. Jan 22:49:42 CET 2025</div>
<div id="lastupdate" style='font-size:0.7em'>last update Di 7. Jan 22:59:33 CET 2025</div>
</div>
<div id="mocha-errors"
style="color: red;font-weight: bold;display: flex;align-items: center;justify-content: center;flex-direction: column;margin:20px;"></div>
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment