Disable Notebooks Test (#980)

This commit is contained in:
Steve Faulkner
2021-08-16 09:35:21 -07:00
committed by GitHub
parent 4110be10bd
commit 2dfd90ca0f
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ test("Mongo CRUD", async () => {
await explorer.click('[data-test="New Collection"]');
await explorer.fill('[aria-label="New database id"]', databaseId);
await explorer.fill('[aria-label="Collection id"]', containerId);
await explorer.fill('[aria-label="Shard key"]', "/pk");
await explorer.fill('[aria-label="Shard key"]', "pk");
await explorer.click("#sidePanelOkButton");
await explorer.click(`.nodeItem >> text=${databaseId}`);
await explorer.click(`.nodeItem >> text=${containerId}`);