From 008740de3e4ee3211a38a0da25cef2d6f5897b38 Mon Sep 17 00:00:00 2001 From: Petr Jasek Date: Thu, 9 Nov 2023 15:06:41 +0100 Subject: [PATCH] fix lint --- e2e/client/specs/authoring_spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/e2e/client/specs/authoring_spec.ts b/e2e/client/specs/authoring_spec.ts index 44b537d6b7..bde5e7ac4e 100644 --- a/e2e/client/specs/authoring_spec.ts +++ b/e2e/client/specs/authoring_spec.ts @@ -235,7 +235,8 @@ describe('authoring', () => { monitoring.actionOnItem('Edit', 3, 2); authoring.showHistory(); expect(authoring.getHistoryItems().count()).toBe(1); - expect(authoring.getHistoryItem(0).getText()).toMatch(/Fetched by first name last name Wednesday, 8\. November/); // we use a dump, so date won't change + expect(authoring.getHistoryItem(0).getText()) + .toMatch(/Fetched by first name last name Wednesday, 8\. November/); // we use a dump, so date won't change authoring.close(); // view item history move operation