20225: Correct cypress test names / add terminal newline (style)
authorStephen Smith <stephen@curii.com>
Fri, 22 Sep 2023 14:35:34 +0000 (10:35 -0400)
committerStephen Smith <stephen@curii.com>
Fri, 22 Sep 2023 14:37:09 +0000 (10:37 -0400)
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

cypress/integration/banner-tooltip.spec.js
cypress/integration/create-workflow.spec.js
src/services/collection-service/collection-service-files-response.ts

index df84abe916cf4a656915850548615ab778fe0138..295bc380c3d20ed716da34f9240f41fb11bf192b 100644 (file)
@@ -2,7 +2,7 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-describe('Collection panel tests', function () {
+describe('Banner / tooltip tests', function () {
     let activeUser;
     let adminUser;
     let collectionUUID;
index 0fe7e34117a96a4d870f47961e67c96f6cfef846..df50a875614bad75bf8bdd0b63edb9b9af617308 100644 (file)
@@ -2,7 +2,7 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-describe('Multi-file deletion tests', function () {
+describe('Create workflow tests', function () {
     let activeUser;
     let adminUser;
 
index b7e1f9c711e3cda968a1f39ffe78bfde7a0d7191..db56e317ff2474932c4d55702884d2f963e91860 100644 (file)
@@ -60,4 +60,4 @@ export const extractFilesData = (document: Document) => {
 
 export const getFileFullPath = ({ name, path }: CollectionFile | CollectionDirectory) => {
     return `${path}/${name}`;
-};
\ No newline at end of file
+};