Make test ID compatible with findByTestId() of Cypress Testing Library (#10617)
'data-test-id' is not discoverable with findByTestId() of Cypress Testing Library. Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
@@ -398,7 +398,7 @@ const ExportDialog: React.FC<IProps> = ({ room, onFinished }) => {
|
||||
)}
|
||||
</div>
|
||||
{isExporting ? (
|
||||
<div data-test-id="export-progress" className="mx_ExportDialog_progress">
|
||||
<div data-testid="export-progress" className="mx_ExportDialog_progress">
|
||||
<Spinner w={24} h={24} />
|
||||
<p>{exportProgressText}</p>
|
||||
<DialogButtons
|
||||
|
||||
Reference in New Issue
Block a user