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 {
179179 renderDropdown = ( ) => {
180180 const { optionsOpen } = this . state ;
181181 const userIsOwner = this . props . user . username === this . props . username ;
182+
182183 return (
183184 < td className = "sketch-list__dropdown-column" >
184185 < button
@@ -187,7 +188,6 @@ class SketchListRowBase extends React.Component {
187188 onBlur = { this . onBlurComponent }
188189 onFocus = { this . onFocusComponent }
189190 aria-label = { this . props . t ( 'SketchList.ToggleLabelARIA' ) }
190- data-testid = "sketch-list-toggle-options-arrow"
191191 >
192192 < DownFilledTriangleIcon focusable = "false" aria-hidden = "true" />
193193 </ button >
@@ -449,7 +449,6 @@ class SketchList extends React.Component {
449449 className = "sketch-list__sort-button"
450450 onClick = { ( ) => this . props . toggleDirectionForField ( fieldName ) }
451451 aria-label = { buttonLabel }
452- data-testid = { `toggle-direction-${ fieldName } ` }
453452 >
454453 < span className = { headerClass } > { displayName } </ span >
455454 { field === fieldName &&
You can’t perform that action at this time.
0 commit comments