Should Have page for Automation Testing Practice

should have - Asserts that a DOM element has a certain attribute or property.

'class'
btn1
'text'
btn2
'css'
div1

Div has css applied

'length'
ul1
  • List item 1
  • List item 2
  • List item 3
'value'
input1