File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 101
101
non_id_attributes.push('data-test-id');
102
102
non_id_attributes.push('data-test-selector');
103
103
non_id_attributes.push('data-nav');
104
+ non_id_attributes.push('data-sb');
105
+ non_id_attributes.push('data-cy');
104
106
non_id_attributes.push('data-action');
105
107
non_id_attributes.push('data-target');
106
108
non_id_attributes.push('alt');
114
116
non_id_attributes.push('value');
115
117
non_id_attributes.push('ng-model');
116
118
non_id_attributes.push('ng-if');
119
+ non_id_attributes.push('src');
117
120
selector_by_attr = [];
118
121
all_by_attr = [];
119
122
num_by_attr = [];
149
152
contains_tags.push('h2');
150
153
contains_tags.push('h3');
151
154
contains_tags.push('h4');
155
+ contains_tags.push('li');
152
156
contains_tags.push('td');
153
157
contains_tags.push('code');
158
+ contains_tags.push('mark');
159
+ contains_tags.push('label');
154
160
contains_tags.push('button');
161
+ contains_tags.push('legend');
155
162
contains_tags.push('strong');
156
163
all_by_tag = [];
157
164
inner_text = el.innerText.trim();
You can’t perform that action at this time.
0 commit comments