test/smart_selector.bxt in bauxite-0.6.18 vs test/smart_selector.bxt in bauxite-0.6.19

- old
+ new

@@ -1,17 +1,17 @@ -open "file://${__DIR__}/smart_selector/page.html" - -assert "smart=By-id-suffix" "By id suffix" -assert "smart=By-name" "By name" -assert "smart=By-class" "By class" -assert "smart=By-id-fragment" "By id fragment" -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" +open "file://${__DIR__}/smart_selector/page.html" + +assert "smart=By-id-suffix" "By id suffix" +assert "smart=By-name" "By name" +assert "smart=By-class" "By class" +assert "smart=By-id-fragment" "By id fragment" +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"