Skip to content

Commit bd06a8f

Browse files
committed
chore(e2e): update assertion
1 parent 89abf14 commit bd06a8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/compass-e2e-tests/tests/collection-documents-tab.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ describe('Collection documents tab', function () {
181181
has_projection: false,
182182
has_skip: false,
183183
has_sort: false,
184+
default_sort: 'none',
184185
mode: 'list',
185186
used_regex: false,
186187
});
@@ -219,6 +220,7 @@ describe('Collection documents tab', function () {
219220
has_limit: true,
220221
has_projection: true,
221222
has_sort: true,
223+
default_sort: 'none',
222224
has_skip: true,
223225
mode: 'list',
224226
used_regex: false,

0 commit comments

Comments
 (0)