Fixed actions_users/case_38_feedback_button (#4885)

* Fixed incorrect links

* Updated header
main
Kirill Lakhov 4 years ago committed by GitHub
parent 3db9c2d996
commit 738792c285
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,5 @@
// Copyright (C) 2020-2022 Intel Corporation // Copyright (C) 2020-2022 Intel Corporation
// Copyright (C) 2022 CVAT.ai Corporation
// //
// SPDX-License-Identifier: MIT // SPDX-License-Identifier: MIT
@ -23,8 +24,8 @@ context('Check feedback button.', () => {
.within(() => { .within(() => {
cy.get('a').then(($a) => { cy.get('a').then(($a) => {
expect($a.length).be.equal(3); expect($a.length).be.equal(3);
expect($a[0].href).be.eq('https://github.com/cvat-ai/cvat'); expect($a[0].href).be.eq('https://github.com/opencv/cvat');
expect($a[1].href).be.eq('https://gitter.im/opencv-cvat/public'); expect($a[1].href).be.eq('https://discord.gg/fNR3eXfk6C');
expect($a[2].href).be.eq($a[1].href); expect($a[2].href).be.eq($a[1].href);
}); });
const socialNetworkList = [ const socialNetworkList = [

Loading…
Cancel
Save