Skip to content

Commit

Permalink
chore: fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stepan662 committed Aug 21, 2024
1 parent c5b59fe commit 56a97e1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ describe('Permissions admin 1', () => {
checkPermissions(projectInfo, {
'project-menu-item-dashboard': RUN,
'project-menu-item-translations': SKIP,
'project-menu-item-tasks': SKIP,
'project-menu-item-settings': SKIP,
'project-menu-item-languages': SKIP,
'project-menu-item-members': SKIP,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ describe('Permissions admin 2', () => {
checkPermissions(projectInfo, {
'project-menu-item-dashboard': SKIP,
'project-menu-item-translations': RUN,
'project-menu-item-tasks': SKIP,
'project-menu-item-settings': SKIP,
'project-menu-item-languages': SKIP,
'project-menu-item-members': SKIP,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ describe('Permissions admin 3', () => {
checkPermissions(projectInfo, {
'project-menu-item-dashboard': SKIP,
'project-menu-item-translations': SKIP,
'project-menu-item-tasks': RUN,
'project-menu-item-settings': RUN,
'project-menu-item-languages': RUN,
'project-menu-item-members': RUN,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ describe('Server admin 1', { retries: { runMode: 5 } }, () => {
checkPermissions(projectInfo, {
'project-menu-item-dashboard': RUN,
'project-menu-item-translations': SKIP,
'project-menu-item-tasks': SKIP,
'project-menu-item-settings': SKIP,
'project-menu-item-languages': SKIP,
'project-menu-item-members': SKIP,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ describe('Server admin 2', () => {
checkPermissions(projectInfo, {
'project-menu-item-dashboard': SKIP,
'project-menu-item-translations': RUN,
'project-menu-item-tasks': SKIP,
'project-menu-item-settings': SKIP,
'project-menu-item-languages': SKIP,
'project-menu-item-members': SKIP,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ describe('Server admin 3', () => {
checkPermissions(projectInfo, {
'project-menu-item-dashboard': SKIP,
'project-menu-item-translations': SKIP,
'project-menu-item-tasks': RUN,
'project-menu-item-settings': RUN,
'project-menu-item-languages': RUN,
'project-menu-item-members': RUN,
Expand Down

0 comments on commit 56a97e1

Please sign in to comment.