@rimori/playwright-testing 0.3.11-next.2 → 0.3.11-next.3

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.
@@ -6,7 +6,8 @@ const onboarding_1 = require("../helpers/e2e/onboarding");
6
6
  const create_exercise_1 = require("../helpers/e2e/create-exercise");
7
7
  (0, dotenv_1.config)();
8
8
  const RIMORI_URL = 'https://dev-app.rimori.se';
9
- const BACKEND_URL = 'http://localhost:2800';
9
+ // const BACKEND_URL = 'http://localhost:2800';
10
+ const BACKEND_URL = 'https://dev-api.rimori.se';
10
11
  class RimoriE2ETestEnvironment {
11
12
  constructor(options) {
12
13
  this.persistentUserContext = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rimori/playwright-testing",
3
- "version": "0.3.11-next.2",
3
+ "version": "0.3.11-next.3",
4
4
  "description": "Playwright testing utilities for Rimori plugins and workers",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {