Skip to content

Commit 4cd3f4d

Browse files
SQUASH Undo selection of failing tests.
1 parent 73b2b1f commit 4cd3f4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/app/client/patient/appointments.app-tests.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ client(__filename, () => {
8484
await scheduleAppointmentForPatient(app, {patientId, firstname, lastname});
8585
}).timeout(35_000);
8686

87-
it.only('should allow to cancel an appointment for a patient', async () => {
87+
it('should allow to cancel an appointment for a patient', async () => {
8888
const username = randomUserId();
8989
const password = randomPassword();
9090
const app = setupApp();
@@ -185,7 +185,7 @@ client(__filename, () => {
185185
}
186186
}).timeout(40_000);
187187

188-
it.only('should allow to begin a consultation for a patient', async () => {
188+
it('should allow to begin a consultation for a patient', async () => {
189189
const username = randomUserId();
190190
const password = randomPassword();
191191
const app = setupApp();

0 commit comments

Comments
 (0)