Skip to content

Commit 4e6fb20

Browse files
committed
1 parent 4d562e2 commit 4e6fb20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/atomic/cypress/e2e/smart-snippet-feedback-modal.cypress.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe('Smart Snippet Feedback Modal Test Suites', () => {
2929
it('should give the primary text color to the cancel button', () => {
3030
SmartSnippetFeedbackModalSelectors.cancelButton()
3131
.invoke('css', 'color')
32-
.should('eq', 'rgb(19, 114, 236)');
32+
.should('eq', 'rgb(18, 108, 224)');
3333
});
3434

3535
describe('then clicking submit', () => {

0 commit comments

Comments
 (0)