mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 02:55:29 +00:00
test/cypress: UI corrections
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -214,7 +214,7 @@ export function _editComment(roleType, previewMode) {
|
||||
// Rest: can create/edit
|
||||
export function _viewMenu(roleType, previewMode) {
|
||||
let columnName = "City";
|
||||
let navDrawListCnt = 1;
|
||||
let navDrawListCnt = 2;
|
||||
// Download CSV
|
||||
let actionsMenuItemsCnt = 1;
|
||||
|
||||
@@ -231,7 +231,7 @@ export function _viewMenu(roleType, previewMode) {
|
||||
|
||||
// Owner, Creator will have two navigation drawer (on each side of center panel)
|
||||
if (roleType == "owner" || roleType == "creator") {
|
||||
navDrawListCnt = 2;
|
||||
navDrawListCnt = 3;
|
||||
// Download CSV / Upload CSV / Shared View List / Webhook
|
||||
actionsMenuItemsCnt = 4;
|
||||
} else if (roleType == "editor") {
|
||||
|
||||
Reference in New Issue
Block a user