v1
- by lenzras 8/31/202200
Setup HTML - click to add setup HTML
disable setup JavaScript
Setup JavaScript
const getFieldName = (k) => k
delete caserun single casemove downdrag and drop case


ready



const static = "email";
console.log(static);
delete caserun single casemove upmove downdrag and drop case


ready



		
const dynamic = getFieldName("email2");
console.log(dynamic);
delete caserun single casemove updrag and drop case


ready




const dynamic = ((k)=>k)("email3");
console.log(dynamic);
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