File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
client/modules/IDE/components Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -179,6 +179,7 @@ class SketchListRowBase extends React.Component {
179
179
renderDropdown = ( ) => {
180
180
const { optionsOpen } = this . state ;
181
181
const userIsOwner = this . props . user . username === this . props . username ;
182
+
182
183
return (
183
184
< td className = "sketch-list__dropdown-column" >
184
185
< button
@@ -187,7 +188,6 @@ class SketchListRowBase extends React.Component {
187
188
onBlur = { this . onBlurComponent }
188
189
onFocus = { this . onFocusComponent }
189
190
aria-label = { this . props . t ( 'SketchList.ToggleLabelARIA' ) }
190
- data-testid = "sketch-list-toggle-options-arrow"
191
191
>
192
192
< DownFilledTriangleIcon focusable = "false" aria-hidden = "true" />
193
193
</ button >
@@ -449,7 +449,6 @@ class SketchList extends React.Component {
449
449
className = "sketch-list__sort-button"
450
450
onClick = { ( ) => this . props . toggleDirectionForField ( fieldName ) }
451
451
aria-label = { buttonLabel }
452
- data-testid = { `toggle-direction-${ fieldName } ` }
453
452
>
454
453
< span className = { headerClass } > { displayName } </ span >
455
454
{ field === fieldName &&
You can’t perform that action at this time.
0 commit comments