Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit c4b9340

Browse files
authored
fix: LSDV-5117: Revert labeling editor CTA buttons color (#1373)
* fix: LSDV-5117: Revert labeling editor CTA buttons color * fix unit tests
1 parent 0dbba66 commit c4b9340

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/BottomBar/Controls.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
font-size 16px
1717
line-height 24px
1818
&_look_primary
19-
background-color #096DD9
19+
background-color #0099FF
2020
&_look_danger
2121
border-color #e1e0e2
2222

tests/functional/specs/outliner/filter.cy.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ describe('Filter outliner scenario', () => {
215215

216216
ImageView.drawRect(20, 20, 100, 100);
217217

218-
cy.get('[data-cy="filter-button"]').click();
218+
cy.get('[data-testid="filter-button"]').click();
219219
cy.contains('Add Filter').click();
220220
cy.get('[data-testid="operation-dropdown"]').click();
221221
cy.contains('is empty').click();
@@ -232,7 +232,7 @@ describe('Filter outliner scenario', () => {
232232
[FF_LSDV_3025]: true,
233233
});
234234

235-
cy.get('[data-cy="filter-button"]').click();
235+
cy.get('[data-testid="filter-button"]').click();
236236
cy.contains('Add Filter').click();
237237
cy.get('[data-testid="operation-dropdown"]').click();
238238
cy.contains('contains').click();

0 commit comments

Comments
 (0)