vveliev
vveliev
Yeah I like it! I think this is more common approach in embedded electronics
no, the goal is to avoid multiple ammo files as well. (in BFG case, ammo file have a list of your functions and arguments if any. The best scenario is...
**chosen_cases** - this may work as work around, but that still does not do grouping , in the way that with multiple tags grouping can be more flexible.
``` ruby def enter_comment_details(data = {}) comments = data_for(:comment_details) if report_comment.nil? if category == $category[:test].to_s if want_date_radio == $confirm[:yes].to_s select_want_date_radio wait_until_page_loads self.want_date = current_date elsif test_comment_radio == $confirm[:yes].to_s select_test_comment_radio wait_until_page_loads...
create PR ;) it's should not be hard if Angular have ajax count buildin
Maybe it's time to change all validators to : ``` self.send("#{key}_element").element.class ``` as they all watir elements
I think it need's to be reliased
@beeb you can check my fork if you need fix right now, it's working fine for me, but would be nice to fix it here