@rimori/playwright-testing 0.3.4-next.0 → 0.3.4-next.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -578,6 +578,9 @@ class RimoriTestEnvironment {
578
578
  this.messageChannelSimulator.on(`${this.pluginId}.session.triggerUrlChange`, () => {
579
579
  // No-op handler - does nothing
580
580
  });
581
+ this.messageChannelSimulator.on(`${this.pluginId}.session.triggerScrollbarChange`, () => {
582
+ // No-op handler - does nothing
583
+ });
581
584
  this.messageChannelSimulator.on('global.accomplishment.triggerMicro', () => {
582
585
  // No-op handler - does nothing
583
586
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rimori/playwright-testing",
3
- "version": "0.3.4-next.0",
3
+ "version": "0.3.4-next.1",
4
4
  "description": "Playwright testing utilities for Rimori plugins and workers",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -23,11 +23,11 @@
23
23
  },
24
24
  "peerDependencies": {
25
25
  "@playwright/test": "^1.40.0",
26
- "@rimori/client": "^2.5.6"
26
+ "@rimori/client": "2.5.6-next.1"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@playwright/test": "^1.40.0",
30
- "@rimori/client": "^2.5.6",
30
+ "@rimori/client": "2.5.6-next.1",
31
31
  "@types/node": "^20.12.7",
32
32
  "rimraf": "^5.0.7",
33
33
  "typescript": "^5.7.2"