Skip to content

Commit

Permalink
feat(web): announce photo
Browse files Browse the repository at this point in the history
Related tickets: serenity-js#1996
  • Loading branch information
viper3400 committed Nov 12, 2023
1 parent 006afca commit 4e067d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export abstract class PhotoTakingStrategy {
Photo.fromBase64(screenshot),
stage.currentTime(),
)

stage.announce(artifact);
stage.announce(new AsyncOperationCompleted(
id,
stage.currentTime(),
Expand Down

0 comments on commit 4e067d3

Please sign in to comment.