Hi,
I'd like the capability to prevent certain tests from executing. For instance, I'm using JSF in one app and every page
has nested tables (due to JSF layout generation). These same tables are missing th elements. I can't control this
generation and my 508 accessibility reports will be seen by my client. Therefore, I'd like to do something like:
raakttest = Raakt::Test.new($browser.document.body.parentelement.outerhtml)
raakttest.disable :has_nested_tables
raakttest.disable :missing_th
result = raakttest.all
Whaddyathink?
Ben |