Skip to content

Commit 83a633a

Browse files
committed
Fixed report more option buttons id
1 parent 2c441fa commit 83a633a

File tree

1 file changed

+1
-1
lines changed
  • ui-tests/cypress/support/elements/dashboard/manage/reports

1 file changed

+1
-1
lines changed

ui-tests/cypress/support/elements/dashboard/manage/reports/reports.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const reportsDataTableElements = (index = 0) => ({
3434
DATA: 'datatable-reports-data-' + index,
3535
FREQUENCY: 'datatable-reports-frequency-' + index,
3636
TIME: 'datatable-reports-time-' + index,
37-
MORE_OPTIONS_BUTTON: 'datatable-reports-' + index + '-more-options-button',
37+
MORE_OPTIONS_BUTTON: 'datatable-reports-' + index + '-more-option-button',
3838
MORE_OPTIONS_BUTTON_OPTION_PREVIEW_FORM: 'previewemailform-report-button-' + index,
3939
MORE_OPTIONS_BUTTON_OPTION_PREVIEW: 'preview-report-button-' + index,
4040
MORE_OPTIONS_BUTTON_OPTION_EDIT: 'edit-report-button-' + index,

0 commit comments

Comments
 (0)