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