|
it('supports view/edit via list view');
it('supports view/edit via json view');
it('supports view/edit via table view');
it('supports maxTimeMS');
it('can reset query');
// different languages, with and without imports, with and without driver usage
it('can export to language');
// JSON mode
// field by field mode
// array of JSON docs
it('can insert document');
// behaviour with multiple tabs
it('can view query history');
it('keeps the query when navigating to schema and explain');
it('can copy/clone/delete a document from contextual toolbar');
|