v1
2/3/2023 by lmyers -00
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
const sym = Symbol('some_rejection_failure');
delete caserun single casemove downdrag and drop case


ready



const foo = 'some_rejection_failure';

let value = false;
if (foo === 'some_rejection_failure') {
	value = true;
}

delete caserun single casemove updrag and drop case


ready



const foo = sym;

let value = false;
if (foo === sym) {
	value = true;
}

Test Case - click to add another test case
Teardown JS - click to add teardown JavaScript
Output (DOM) - click to monitor output (DOM) while test is running
RUN