Skip to content

Commit

Permalink
Update tests/Umbraco.Tests.AcceptanceTest/tests/DefaultConfig/Content…
Browse files Browse the repository at this point in the history
…/ContentWithMultiURLPicker.spec.ts
  • Loading branch information
andr317c authored Dec 19, 2024
1 parent 795bdd8 commit 4a88e4d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ test('can create content with the document link', {tag: '@smoke'}, async ({umbra
const documentTypeForLinkedDocumentId = await umbracoApi.documentType.createDefaultDocumentTypeWithAllowAsRoot(documentTypeForLinkedDocumentName);
const linkedDocumentName = 'LinkedDocument';
const linkedDocumentId = await umbracoApi.document.createDefaultDocument(linkedDocumentName, documentTypeForLinkedDocumentId);
// await umbracoUi.waitForTimeout(2000);
await umbracoApi.document.publish(linkedDocumentId);
await umbracoUi.goToBackOffice();
await umbracoUi.content.goToSection(ConstantHelper.sections.content);
Expand Down

0 comments on commit 4a88e4d

Please sign in to comment.