Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Nov 9, 2023
1 parent 658926f commit 008740d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e/client/specs/authoring_spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 008740d

Please sign in to comment.