v1
- by shannonthrasher 7/19/202400
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
const lg = [...Array(10000)].map((e,i) => i);
const sm_high = [7500];
const sm_low = [2500];
const sm_fail = ["FAIL"];
const sm_mid = [5000]; // this would be the most average sample
const hasIntersection = (arr1, arr2) => 
    arr1.some(needle => arr2.includes(needle));
delete caserun single casemove downdrag and drop case


ready



hasIntersection(lg,sm_low)
delete caserun single casemove upmove downdrag and drop case


ready



hasIntersection(lg,sm_high)
delete caserun single casemove upmove downdrag and drop case


ready



hasIntersection(lg,sm_fail)
delete caserun single casemove upmove downdrag and drop case


ready



hasIntersection(lg,sm_mid)
delete caserun single casemove upmove downdrag and drop case


ready



hasIntersection(sm_low,lg)
delete caserun single casemove upmove downdrag and drop case


ready



hasIntersection(sm_high,lg)
delete caserun single casemove upmove downdrag and drop case


ready



hasIntersection(sm_fail,lg)
delete caserun single casemove updrag and drop case


ready



hasIntersection(sm_mid,lg)
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