Skip to content

Commit

Permalink
SQUASH Undo selection of failing tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Jul 5, 2024
1 parent ab89e98 commit 9586f4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/app/client/patient/appointments.app-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ client(__filename, () => {
await scheduleAppointmentForPatient(app, {patientId, firstname, lastname});
}).timeout(35_000);

it.only('should allow to cancel an appointment for a patient', async () => {
it('should allow to cancel an appointment for a patient', async () => {
const username = randomUserId();
const password = randomPassword();
const app = setupApp();
Expand Down Expand Up @@ -185,7 +185,7 @@ client(__filename, () => {
}
}).timeout(40_000);

it.only('should allow to begin a consultation for a patient', async () => {
it('should allow to begin a consultation for a patient', async () => {
const username = randomUserId();
const password = randomPassword();
const app = setupApp();
Expand Down

0 comments on commit 9586f4a

Please sign in to comment.