v1
- by pushkine 8/28/202200
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
const r = () => Math.random();
let a1 = r();
let b1 = r();
let a2 = r();
let b2 = r();
let it = 0;
delete caserun single casemove downdrag and drop case


ready



({0: a1, 1: b1, 2: a2, 3: b2} = {0: a2, 1: b2, 2: a1, 3: b1});
it++;
delete caserun single casemove upmove downdrag and drop case


ready



({0: a1, 1: b1, 2: a2, 3: b2} = [a2,b2,a1,b1]);
it++;
delete caserun single casemove upmove downdrag and drop case


ready



([a1,b1,a2,b2] = [a2,b2,a1,b1]);
it++;
delete caserun single casemove updrag and drop case


ready



const a1_ = a1;
const b1_ = b1;
a1 = a2;
b1 = b2;
a2 = a1_;
b2 = b1_;
it++;
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