Skip to content

Commit 333b968

Browse files
authored
Fix calendar event item list in custom menuitem tests (#1318)
1 parent a1b722f commit 333b968

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

apps/sensenet/cypress/integration/drawer/custom-menuitem.spec.ts

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,7 @@ describe('Custom menu item', () => {
2828
},
2929
}
3030

31-
const items = [
32-
'Code review',
33-
'Infrastructure meeting',
34-
'Kickoff meeting',
35-
'Refinement',
36-
'Release',
37-
'Retrospective meeting',
38-
'Sales and product',
39-
'Scrum meeting',
40-
'Tech Call with Thorwell Group',
41-
'Upgrade',
42-
]
31+
const items = ['Awesome demo', 'Cruel deadline', 'Long event', 'Overrated meeting', 'Remarkable event']
4332

4433
cy.visit(
4534
pathWithQueryParams({

0 commit comments

Comments
 (0)