test/smart_selector.bxt in bauxite-0.4.5 vs test/smart_selector.bxt in bauxite-0.4.6
- old
+ new
@@ -7,5 +7,11 @@
assert "smart=By placeholder" "By placeholder"
assert "smart=By label sibling" "By label sibling"
assert "smart=By label parent" "By label parent"
assert "smart=By radio value" "By radio value"
assert "smart=By checkbox value" "By checkbox value"
+click "smart=By submit text"
+assert btn_text "By submit text"
+click "smart=By input button text"
+assert btn_text "By input button text"
+click "smart=By button text"
+assert btn_text "By button text"