Closed
Bug 980254
Opened 11 years ago
Closed 11 years ago
contentScript.inject cannot work
Categories
(Testing Graveyard :: JSMarionette, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 985112
1.4 S4 (28mar)
People
(Reporter: gduan, Assigned: evanxd)
References
Details
When trying to client.contentScript.inject(some script), it will have error as below.
JavaScriptError: (17) No such strategy.
Remote Stack:
<none>
Comment 1•11 years ago
|
||
Evan, you listed this bug on the weekly report. Please give out a brief update on what's done last week in the comment here.
Flags: needinfo?(evanxd)
| Assignee | ||
Comment 2•11 years ago
|
||
Hi all,
After the investigation, we could use the contentScript.inject after we set version of marionette-js-client as v1.0.0. See the change at https://github.com/evanxd/gaia/commit/248ea4182d1325ec016f27f1d78a54e15f3d18a1.
After set the version, we could run the test included contentScript.inject with doing `make test-integration-test TEST_FILES=apps/calendar/test/marionette/alarm_test.js`.
I'm investing the issue of marionette-js-client ~1.1.0.
Flags: needinfo?(evanxd)
| Assignee | ||
Comment 3•11 years ago
|
||
I think it is a duplicated bug of Bug 985112.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → evanxd
Updated•11 years ago
|
Target Milestone: --- → 1.4 S4 (28mar)
Updated•7 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•