We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ca0242 commit 9014177Copy full SHA for 9014177
test/unit/compas/CompasSave.test.ts
@@ -36,7 +36,7 @@ describe('compas-save', () => {
36
// Do nothing so that it seems like loading from compas.
37
});
38
39
- await element;
+ await element.updateComplete;
40
41
42
it('looks like the latest snapshot', async () => {
@@ -54,7 +54,7 @@ describe('compas-save', () => {
54
element.existInCompas = false;
55
56
57
58
await waitUntil(() => element.existInCompas !== undefined);
59
60
@@ -89,7 +89,7 @@ describe('compas-save', () => {
89
element.existInCompas = true;
90
91
92
93
94
95
0 commit comments