Description
mw.eventLog.submitInteraction is currently being used for a few instruments. As we are doing with other functions like mw.eventLog.submitClick and mw.eventLog.newInstrument we would have to deprecate and remove this one as part of T408059: [GOAL] Tidy up EventLogging. mw.testKitchen.getInstrument() exists since a while ago as the replacement also for this case.
Acceptance Criteria
- We have checked that the related instruments have been migrated to use mw.testKitchen.getInstrument instead (take a look at T415370: Migrate all instruments using mw.eventLog.submitInteraction to mw.testKitchen.getInstrument())
- mw.eventLog.submitInteraction function has been deprecated and removed
- Related documentation has been update accordingly