Skip to content

Commit

Permalink
[FIX] components: update context menu snapshots
Browse files Browse the repository at this point in the history
It looks like something was not updated, in the rush of last week
  • Loading branch information
ged-odoo authored and VincentSchippefilt committed Jun 15, 2020
1 parent 68d775f commit 08aeb87
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/components/__snapshots__/context_menu_test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,28 @@ exports[`Context Menu context menu simple rendering 1`] = `
<div
class="o-menuitem"
data-name="cut"
title="Cut"
>
Cut
</div>
<div
class="o-menuitem"
data-name="copy"
title="Copy"
>
Copy
</div>
<div
class="o-menuitem"
data-name="paste"
title="Paste"
>
Paste
</div>
<div
class="o-menuitem root-menu"
data-name="paste_special"
title="Paste special"
>
Paste special
<svg
Expand All @@ -44,12 +48,14 @@ exports[`Context Menu context menu simple rendering 1`] = `
<div
class="o-menuitem disabled"
data-name="clear_cell"
title="Clear cell"
>
Clear cell
</div>
<div
class="o-menuitem"
data-name="conditional_formatting"
title="Conditional formatting"
>
Conditional formatting
</div>
Expand Down

0 comments on commit 08aeb87

Please sign in to comment.