From 90cc36eb1c47123cfafcd91ae32eb8634fd30bd0 Mon Sep 17 00:00:00 2001 From: Boris Sekachev Date: Mon, 17 Aug 2020 10:34:44 +0300 Subject: [PATCH] More classes to cypress testing (#2038) --- .../attribute-switcher.tsx | 2 +- .../object-switcher.tsx | 2 +- .../attribute-annotation-workspace/styles.scss | 3 ++- .../controls-side-bar/draw-cuboid-control.tsx | 1 + .../controls-side-bar/draw-points-control.tsx | 1 + .../controls-side-bar/draw-polygon-control.tsx | 1 + .../controls-side-bar/draw-polyline-control.tsx | 1 + .../controls-side-bar/draw-rectangle-control.tsx | 1 + .../annotation-page/top-bar/player-buttons.tsx | 14 ++++++++------ 9 files changed, 17 insertions(+), 9 deletions(-) diff --git a/cvat-ui/src/components/annotation-page/attribute-annotation-workspace/attribute-annotation-sidebar/attribute-switcher.tsx b/cvat-ui/src/components/annotation-page/attribute-annotation-workspace/attribute-annotation-sidebar/attribute-switcher.tsx index 23675d0b2558..66357b2f47e6 100644 --- a/cvat-ui/src/components/annotation-page/attribute-annotation-workspace/attribute-annotation-sidebar/attribute-switcher.tsx +++ b/cvat-ui/src/components/annotation-page/attribute-annotation-workspace/attribute-annotation-sidebar/attribute-switcher.tsx @@ -27,7 +27,7 @@ function AttributeSwitcher(props: Props): JSX.Element { const title = `${currentAttribute} [${currentIndex + 1}/${attributesCount}]`; return ( -
+