Skip to content

Commit

Permalink
Update the button name (#4576)
Browse files Browse the repository at this point in the history
  • Loading branch information
sviatlana-stsiapanava authored Dec 23, 2024
1 parent c119716 commit e373810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/support/fragments/lists/lists.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const editList = Button('Edit list');
const duplicateList = Button('Duplicate list');
const deleteList = Button('Delete list');
const exportList = Button('Export all columns (CSV)');
const exportListVisibleColumns = Button('Export visible columns (CSV)');
const exportListVisibleColumns = Button('Export selected columns (CSV)');
const testQuery = Button('Test query');
const runQueryAndSave = Button('Run query & save');
const filterPane = Pane('Filter');
Expand Down

0 comments on commit e373810

Please sign in to comment.