Skip to content
Snippets Groups Projects
Commit 8e9d041b authored by Steinwender, Tamara's avatar Steinwender, Tamara
Browse files

Change test

parent fe5be3fb
No related branches found
No related tags found
1 merge request!315Change test
Pipeline #212881 failed
......@@ -3,11 +3,11 @@ import {assert} from '@esm-bundle/chai';
import '../src/dbp-theme-switcher';
import '../src/demo';
suite('dbp-theme-switcher basics', () => {
suite('dbp-tabulator-table basics', () => {
let node;
setup(async () => {
node = document.createElement('dbp-theme-switcher');
node = document.createElement('dbp-tabulator-table');
document.body.appendChild(node);
await node.updateComplete;
});
......@@ -25,7 +25,7 @@ suite('dbp-theme-switcher demo', () => {
let node;
setup(async () => {
node = document.createElement('dbp-theme-switcher-demo');
node = document.createElement('dbp-tabulator-table-demo');
document.body.appendChild(node);
await node.updateComplete;
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment