Commit de647bc
committed
Remove exact option from selectors in specs
The :exact option only has an effect on queries using the XPath#is
method, and just raises a warning otherwise. I've verified that these
tests do fail if the text is not in the expected plural form. As the
:exact option not having any effect on this test, we don't need it, and
can remove it.1 parent cb4e222 commit de647bc
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
| 224 | + | |
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| |||
0 commit comments