Skip to content

Commit

Permalink
refactor: Annotator -> Editor
Browse files Browse the repository at this point in the history
  • Loading branch information
CvdL-UM committed Oct 9, 2024
1 parent f6f4fe9 commit a4e23ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lawnotation-ui/tests/01-assignments-loggedin.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { delay } from './utils';
import path from 'node:path';


test('Annotator creates project, task, uploads document and assigns task', async ({ browser }) => {
test('Editor creates project, task, uploads document and assigns task', async ({ browser }) => {
test.setTimeout(240000);
const annotatorContext = await browser.newContext({ storageState: 'playwright/.auth/annotator.json' });
const annotatorPage = await annotatorContext.newPage();
Expand Down

0 comments on commit a4e23ba

Please sign in to comment.