Skip to content

Commit 0f89401

Browse files
reverted unwanted change to cancel_prescriptions.feature
removed commented-out code
1 parent d650e3c commit 0f89401

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ pre-commit: git-secrets-docker-setup
7070
poetry run pre-commit run --all-files
7171

7272
git-secrets-docker-setup:
73-
LOCAL_WORKSPACE_FOLDER=$(pwd)
74-
export LOCAL_WORKSPACE_FOLDER=$(LOCAL_WORKSPACE_FOLDER)
73+
export LOCAL_WORKSPACE_FOLDER=$(pwd)
7574
docker build -f https://raw.githubusercontent.com/NHSDigital/eps-workflow-quality-checks/refs/tags/v4.0.4/dockerfiles/nhsd-git-secrets.dockerfile -t git-secrets .
7675

7776
download-allure-report: guard-GITHUB_RUN_ID

features/environment.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ def before_scenario(context, scenario):
9595
product = context.config.userdata["product"].upper()
9696
if product == "CPTS-UI":
9797
global _page
98-
# playwright = sync_playwright().start()
99-
# context.browser = playwright.chromium.launch(headless=True, channel="chrome")
10098
context.page = context.browser.new_page()
10199
_page = context.page
102100
set_page(context, _page)

features/eps_fhir/cancel_prescriptions.feature

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Feature: I can cancel prescriptions
55
Scenario: I can cancel a prescription
66
Given I am an authorised prescriber
77
And I successfully prepare and sign a non-nominated prescription
8-
When I release the prescription
98
When I cancel all line items on the prescription
109
Then the response indicates a success
1110
And the response body indicates a successful cancel action

0 commit comments

Comments
 (0)