UNPKG

siesta-lite

Version:

Stress-free JavaScript unit testing and functional testing tool, works in NodeJS and browsers

8 lines 231 B
describe('Black box test', t => { t.chain( { click : '#root :textEquals(Compare)' }, next => { t.selectorCountIs('#root :textEquals(Compare)', 2, 'Should open additional text box') } ) })