mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 02:16:43 +00:00
test: skip toggling field from menu since it will be in visible state(first 2 column)
This commit is contained in:
@@ -65,9 +65,6 @@ test.describe('Expanded form URL', () => {
|
||||
await dashboard.viewSidebar.createGalleryView({
|
||||
title: 'CountryExpand',
|
||||
});
|
||||
await viewObj.toolbar.clickFields();
|
||||
await viewObj.toolbar.fields.click({ title: 'Cities' });
|
||||
await viewObj.toolbar.clickFields();
|
||||
}
|
||||
|
||||
// expand row & verify URL
|
||||
|
||||
Reference in New Issue
Block a user