From 3863e4b699802622e18fa5dd0898e149f5fe056a Mon Sep 17 00:00:00 2001 From: Bathiya Ladduwahetty Date: Thu, 10 Nov 2022 08:39:51 +0530 Subject: [PATCH] UI Test : add LLC --- .../00-lint-when-creating-api-with-swagger-url.spec.js | 2 +- .../01-lint-when-creating-api-with-swagger-file.spec.js | 2 +- .../02-lint-when-creating-api-with-swagger-v2-url.spec.js | 2 +- .../03-lint-when-creating-api-with-swagger-v2-file.spec.js | 2 +- ...4-lint-when-creating-api-with-errornous-swagger-file.spec.js | 2 +- .../05-lint-when-editing-before-import.spec.js | 2 +- .../06-lint-when-importing-api-with-swagger-url.spec.js | 2 +- .../07-lint-when-importing-api-with-swagger-file.spec.js | 2 +- .../08-lint-when-importing-api-with-swagger-v2-url.spec.js | 2 +- .../09-lint-when-importing-api-with-swagger-v2-file.spec.js | 2 +- ...-lint-when-importing-api-with-errornous-swagger-file.spec.js | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/tests/cypress/integration/publisher/021-api-linter-feature/00-lint-when-creating-api-with-swagger-url.spec.js b/tests/cypress/integration/publisher/021-api-linter-feature/00-lint-when-creating-api-with-swagger-url.spec.js index 47c5dedd895..89e08587ef6 100644 --- a/tests/cypress/integration/publisher/021-api-linter-feature/00-lint-when-creating-api-with-swagger-url.spec.js +++ b/tests/cypress/integration/publisher/021-api-linter-feature/00-lint-when-creating-api-with-swagger-url.spec.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. + * Copyright (c) 2022, WSO2 LLC. (http://www.wso2.org) All Rights Reserved. * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at diff --git a/tests/cypress/integration/publisher/021-api-linter-feature/01-lint-when-creating-api-with-swagger-file.spec.js b/tests/cypress/integration/publisher/021-api-linter-feature/01-lint-when-creating-api-with-swagger-file.spec.js index bee769b00f2..07b9647433a 100644 --- a/tests/cypress/integration/publisher/021-api-linter-feature/01-lint-when-creating-api-with-swagger-file.spec.js +++ b/tests/cypress/integration/publisher/021-api-linter-feature/01-lint-when-creating-api-with-swagger-file.spec.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. + * Copyright (c) 2022, WSO2 LLC. (http://www.wso2.org) All Rights Reserved. * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at diff --git a/tests/cypress/integration/publisher/021-api-linter-feature/02-lint-when-creating-api-with-swagger-v2-url.spec.js b/tests/cypress/integration/publisher/021-api-linter-feature/02-lint-when-creating-api-with-swagger-v2-url.spec.js index 2da359789db..889ab26a0d2 100644 --- a/tests/cypress/integration/publisher/021-api-linter-feature/02-lint-when-creating-api-with-swagger-v2-url.spec.js +++ b/tests/cypress/integration/publisher/021-api-linter-feature/02-lint-when-creating-api-with-swagger-v2-url.spec.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. + * Copyright (c) 2022, WSO2 LLC. (http://www.wso2.org) All Rights Reserved. * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at diff --git a/tests/cypress/integration/publisher/021-api-linter-feature/03-lint-when-creating-api-with-swagger-v2-file.spec.js b/tests/cypress/integration/publisher/021-api-linter-feature/03-lint-when-creating-api-with-swagger-v2-file.spec.js index 09a890fa4af..743958e13d0 100644 --- a/tests/cypress/integration/publisher/021-api-linter-feature/03-lint-when-creating-api-with-swagger-v2-file.spec.js +++ b/tests/cypress/integration/publisher/021-api-linter-feature/03-lint-when-creating-api-with-swagger-v2-file.spec.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. + * Copyright (c) 2022, WSO2 LLC. (http://www.wso2.org) All Rights Reserved. * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at diff --git a/tests/cypress/integration/publisher/021-api-linter-feature/04-lint-when-creating-api-with-errornous-swagger-file.spec.js b/tests/cypress/integration/publisher/021-api-linter-feature/04-lint-when-creating-api-with-errornous-swagger-file.spec.js index a8450ee88f4..a1ecc3e6c1b 100644 --- a/tests/cypress/integration/publisher/021-api-linter-feature/04-lint-when-creating-api-with-errornous-swagger-file.spec.js +++ b/tests/cypress/integration/publisher/021-api-linter-feature/04-lint-when-creating-api-with-errornous-swagger-file.spec.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. + * Copyright (c) 2022, WSO2 LLC. (http://www.wso2.org) All Rights Reserved. * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at diff --git a/tests/cypress/integration/publisher/021-api-linter-feature/05-lint-when-editing-before-import.spec.js b/tests/cypress/integration/publisher/021-api-linter-feature/05-lint-when-editing-before-import.spec.js index f61ecc5b424..45c826e0e83 100644 --- a/tests/cypress/integration/publisher/021-api-linter-feature/05-lint-when-editing-before-import.spec.js +++ b/tests/cypress/integration/publisher/021-api-linter-feature/05-lint-when-editing-before-import.spec.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. + * Copyright (c) 2022, WSO2 LLC. (http://www.wso2.org) All Rights Reserved. * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at diff --git a/tests/cypress/integration/publisher/021-api-linter-feature/06-lint-when-importing-api-with-swagger-url.spec.js b/tests/cypress/integration/publisher/021-api-linter-feature/06-lint-when-importing-api-with-swagger-url.spec.js index 537f58e12b7..a73c4035a88 100644 --- a/tests/cypress/integration/publisher/021-api-linter-feature/06-lint-when-importing-api-with-swagger-url.spec.js +++ b/tests/cypress/integration/publisher/021-api-linter-feature/06-lint-when-importing-api-with-swagger-url.spec.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. + * Copyright (c) 2022, WSO2 LLC. (http://www.wso2.org) All Rights Reserved. * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at diff --git a/tests/cypress/integration/publisher/021-api-linter-feature/07-lint-when-importing-api-with-swagger-file.spec.js b/tests/cypress/integration/publisher/021-api-linter-feature/07-lint-when-importing-api-with-swagger-file.spec.js index f5c4f19f5aa..c82bbd5701e 100644 --- a/tests/cypress/integration/publisher/021-api-linter-feature/07-lint-when-importing-api-with-swagger-file.spec.js +++ b/tests/cypress/integration/publisher/021-api-linter-feature/07-lint-when-importing-api-with-swagger-file.spec.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. + * Copyright (c) 2022, WSO2 LLC. (http://www.wso2.org) All Rights Reserved. * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at diff --git a/tests/cypress/integration/publisher/021-api-linter-feature/08-lint-when-importing-api-with-swagger-v2-url.spec.js b/tests/cypress/integration/publisher/021-api-linter-feature/08-lint-when-importing-api-with-swagger-v2-url.spec.js index 0ca043c52cc..0bf0afd4e70 100644 --- a/tests/cypress/integration/publisher/021-api-linter-feature/08-lint-when-importing-api-with-swagger-v2-url.spec.js +++ b/tests/cypress/integration/publisher/021-api-linter-feature/08-lint-when-importing-api-with-swagger-v2-url.spec.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. + * Copyright (c) 2022, WSO2 LLC. (http://www.wso2.org) All Rights Reserved. * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at diff --git a/tests/cypress/integration/publisher/021-api-linter-feature/09-lint-when-importing-api-with-swagger-v2-file.spec.js b/tests/cypress/integration/publisher/021-api-linter-feature/09-lint-when-importing-api-with-swagger-v2-file.spec.js index 5adb528d208..f29db396451 100644 --- a/tests/cypress/integration/publisher/021-api-linter-feature/09-lint-when-importing-api-with-swagger-v2-file.spec.js +++ b/tests/cypress/integration/publisher/021-api-linter-feature/09-lint-when-importing-api-with-swagger-v2-file.spec.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. + * Copyright (c) 2022, WSO2 LLC. (http://www.wso2.org) All Rights Reserved. * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at diff --git a/tests/cypress/integration/publisher/021-api-linter-feature/10-lint-when-importing-api-with-errornous-swagger-file.spec.js b/tests/cypress/integration/publisher/021-api-linter-feature/10-lint-when-importing-api-with-errornous-swagger-file.spec.js index 92103d78e64..abfeeb3206a 100644 --- a/tests/cypress/integration/publisher/021-api-linter-feature/10-lint-when-importing-api-with-errornous-swagger-file.spec.js +++ b/tests/cypress/integration/publisher/021-api-linter-feature/10-lint-when-importing-api-with-errornous-swagger-file.spec.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. + * Copyright (c) 2022, WSO2 LLC. (http://www.wso2.org) All Rights Reserved. * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at