(action, tutorialId, step = null)
| 140 | } |
| 141 | |
| 142 | tutorial(action, tutorialId, step = null) { |
| 143 | this.ui(`Tutorial ${action}: ${tutorialId}`, { |
| 144 | step: step, |
| 145 | timestamp: Date.now() |
| 146 | }); |
| 147 | } |
| 148 | |
| 149 | popup(positioning, coords) { |
| 150 | this.ui('Popup Positioning', { |
no test coverage detected