Skip to content

Commit

Permalink
Update the button name
Browse files Browse the repository at this point in the history
  • Loading branch information
sviatlana-stsiapanava committed Dec 23, 2024
1 parent fff2090 commit a6fa976
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 a6fa976

Please sign in to comment.