Skip to content

Commit 4d58ea8

Browse files
authored
Merge branch 'Lemoncode:vnext' into fixbug/#555-export-tables-overlap-wrong-behavior
2 parents b73abe5 + ad90f3f commit 4d58ea8

107 files changed

Lines changed: 3066 additions & 826 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

e2e/add-new-collection.spec.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ test('opens MongoDB Designer, adds collection, and checks "New Collection" visib
1212
await expect(newButton).toBeVisible();
1313
await newButton.click();
1414

15-
const addCollectionButton = page
16-
.getByRole('button', { name: 'Add Collection' })
17-
.first();
15+
const addCollectionButton = page.locator('.add-collection-button');
1816
await expect(addCollectionButton).toBeVisible();
1917
await addCollectionButton.click();
2018

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,9 @@ <h1>
375375
<div class="info__iframe">
376376
<iframe
377377
src="https://www.youtube.com/embed/87ZZbDZLido?si=fanae_ZvATEOIkHZ"
378-
frameborder="0"
378+
referrerpolicy="strict-origin-when-cross-origin"
379+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
380+
style="border: none;"
379381
allowfullscreen
380382
></iframe>
381383
</div>

public/assets/guste-gaubaite.jpg

34.1 KB
Loading

0 commit comments

Comments
 (0)