From d509aed4e082ed27563c6d0ef753b797d6a3c692 Mon Sep 17 00:00:00 2001 From: Carl Smith Date: Wed, 24 Jan 2024 11:09:29 +0000 Subject: [PATCH] try moving grep tags to describe block --- .../download_lloyd_george_not_bsol_workflow.cy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/cypress/e2e/1-ndr-smoke-tests/gp_user_workflows/download_lloyd_george_not_bsol_workflow.cy.js b/app/cypress/e2e/1-ndr-smoke-tests/gp_user_workflows/download_lloyd_george_not_bsol_workflow.cy.js index a3e806197..d66807714 100644 --- a/app/cypress/e2e/1-ndr-smoke-tests/gp_user_workflows/download_lloyd_george_not_bsol_workflow.cy.js +++ b/app/cypress/e2e/1-ndr-smoke-tests/gp_user_workflows/download_lloyd_george_not_bsol_workflow.cy.js @@ -9,7 +9,7 @@ const bucketName = `${workspace}-lloyd-george-store`; const tableName = `${workspace}_LloydGeorgeReferenceMetadata`; const fileName = `${activePatient}/e4a6d7f7-01f3-44be-8964-515b2c0ec180`; -describe('GP Workflow: View Lloyd George record', () => { +describe('GP Workflow: View Lloyd George record', { tags: 'smoke' }, () => { context('Download Lloyd George document', () => { before(() => { cy.deleteFileFromS3(bucketName, fileName); @@ -25,7 +25,7 @@ describe('GP Workflow: View Lloyd George record', () => { it( '[Smoke] non-BSOL GP ADMIN user can download and delete the Lloyd George document of an active patient', - { tags: 'smoke', defaultCommandTimeout: 20000 }, + { defaultCommandTimeout: 20000 }, () => { cy.smokeLogin(Roles.GP_ADMIN);