Skip to content

Commit

Permalink
Try fix acceptance test
Browse files Browse the repository at this point in the history
  • Loading branch information
lookacat committed Jul 27, 2022
1 parent f624bba commit 5fa3fb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const selectors = {
selectionInfo: '.location-picker-selection-info',
currentHint: '[data-testid="location-picker-current-hint"]',
cancelButton: '#location-picker-btn-cancel',
confirmButton: '#location-picker-btn-confirm',
confirmButton: '(//div[id="clipboard-btns"])[1]',
filesView: '#files-view',
noContentMessage: '#files-location-picker-empty',
filesTable: '#files-location-picker-table',
Expand Down

0 comments on commit 5fa3fb1

Please sign in to comment.