From 738792c285f2bd7fbcd8c33c687ea772e82f59ab Mon Sep 17 00:00:00 2001 From: Kirill Lakhov Date: Wed, 31 Aug 2022 10:28:21 +0300 Subject: [PATCH] Fixed actions_users/case_38_feedback_button (#4885) * Fixed incorrect links * Updated header --- .../integration/actions_users/case_38_feedback_button.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/cypress/integration/actions_users/case_38_feedback_button.js b/tests/cypress/integration/actions_users/case_38_feedback_button.js index dc2a20d9..9005dd9b 100644 --- a/tests/cypress/integration/actions_users/case_38_feedback_button.js +++ b/tests/cypress/integration/actions_users/case_38_feedback_button.js @@ -1,4 +1,5 @@ // Copyright (C) 2020-2022 Intel Corporation +// Copyright (C) 2022 CVAT.ai Corporation // // SPDX-License-Identifier: MIT @@ -23,8 +24,8 @@ context('Check feedback button.', () => { .within(() => { cy.get('a').then(($a) => { expect($a.length).be.equal(3); - expect($a[0].href).be.eq('https://github.com/cvat-ai/cvat'); - expect($a[1].href).be.eq('https://gitter.im/opencv-cvat/public'); + expect($a[0].href).be.eq('https://github.com/opencv/cvat'); + expect($a[1].href).be.eq('https://discord.gg/fNR3eXfk6C'); expect($a[2].href).be.eq($a[1].href); }); const socialNetworkList = [