Skip to content

Commit

Permalink
try to fix failing e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMilord committed Sep 12, 2024
1 parent 17c443c commit 9be84e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default class ExampleQuanticResultQuickview extends LightningElement {
},
];

expectedEvents = ['haspreview', 'quantic__resultactionregister'];
expectedEvents = ['quantic__haspreview', 'quantic__resultactionregister'];

handleTryItNow(evt) {
this.config = evt.detail;
Expand Down

0 comments on commit 9be84e4

Please sign in to comment.