https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36275
--- Comment #14 from Paul Derscheid <[email protected]> --- Yes, that is expected. The writeText method is still successful, we just recreate the behaviour of the failing Promise from: `await navigator.clipboard.writeText(value);`. So to actually mock the real behaviour, you would need to remove the above line temporarily. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
