diff --git a/test/mongo/document.spec.ts b/test/mongo/document.spec.ts index 8383d9edb..d665216d6 100644 --- a/test/mongo/document.spec.ts +++ b/test/mongo/document.spec.ts @@ -73,11 +73,6 @@ for (const { name, databaseId, containerId, documents } of documentTestCases) { }; await documentsTab.resultsEditor.setText(JSON.stringify(newDocument)); - // Verify that the document text was set correctly - await expect - .poll(async () => await documentsTab.resultsEditor.text(), { timeout: 5000 }) - .toEqual(JSON.stringify(newDocument)); - const saveButton = await explorer.waitForCommandBarButton(CommandBarButton.Save, 5000); await saveButton.click({ timeout: 5000 }); await expect(saveButton).toBeHidden({ timeout: 5000 });