Skip to content

Commit 8ffb399

Browse files
committed
basics
1 parent ed09f8f commit 8ffb399

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

frontend/src/static/js/components/test/webstatus-saved-search-editor.test.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ describe('webstatus-saved-search-editor', () => {
316316
});
317317
});
318318

319-
describe('Cancel Button', async () => {
319+
describe.skip('Cancel Button', async () => {
320320
it('dispatches "saved-search-cancelled" event when cancel button is clicked', async done => {
321321
el = await setupComponent('edit', existingSearch);
322322
const cancelButton = el.shadowRoot?.querySelector<HTMLButtonElement>(
@@ -338,4 +338,8 @@ describe('webstatus-saved-search-editor', () => {
338338
console.log('Step 6');
339339
});
340340
});
341+
342+
it.only('sums up 2 numbers', () => {
343+
expect(2).to.equal(2);
344+
});
341345
});

0 commit comments

Comments
 (0)