Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
test(Menu): adjust the cypress test for MenuView
Browse files Browse the repository at this point in the history
  • Loading branch information
lukicenturi authored and kelsos committed May 2, 2024
1 parent bd6e347 commit 58d19f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/src/views/MenuView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ const menuSelectPrimitive = ref<MenuSelectProps[]>([
<RuiMenu
v-bind="objectOmit(menu, ['buttonColor'])"
:data-cy="`menu-${i}`"
:open-delay="50"
>
<template #activator="{ on, disabled }">
<RuiButton
Expand Down

0 comments on commit 58d19f0

Please sign in to comment.