v1
- by double-beep 12/19/202100
disable setup HTML
Setup HTML
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<div class="class1 class2"></div>
Setup JS - click to add setup JavaScript
delete caserun single casemove downdrag and drop case


ready



$('div').is('.class1, .class2')
delete caserun single casemove updrag and drop case


ready



$('div').hasClass('class1') || $('div').hasClass('class2');
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