Refactor WorkspacePage so it has more semantic locators

This commit is contained in:
Belén Albeza 2024-06-11 15:48:18 +02:00 committed by Alejandro Alonso
parent 7719cd8d0b
commit f417445f31
3 changed files with 8 additions and 9 deletions

View file

@ -519,7 +519,7 @@
[:div {:class (stl/css :modal-dialog)}
[:button {:class (stl/css :close-btn)
:on-click close-dialog
:data-testid "close-libraries"}
:aria-label (tr "labels.close")}
close-icon]
[:div {:class (stl/css :modal-title)}
(tr "workspace.libraries.libraries")]