Page MenuHomePhabricator
Paste P17146

CodeMirror$ npm run selenium-test
ArchivedPublic

Authored by zeljkofilipin on Sep 2 2021, 9:57 AM.
Tags
None
Referenced Files
F36754808: CodeMirror$ npm run selenium-test
Feb 6 2023, 2:17 PM
F34763473: CodeMirror$ npm run selenium-test
Nov 23 2021, 3:46 PM
F34715319: CodeMirror$ npm run selenium-test
Oct 29 2021, 2:20 PM
F34629146: CodeMirror$ npm run selenium-test
Sep 2 2021, 9:57 AM
Subscribers
None
pwangai@wmf CodeMirror % npm run selenium-test
> CodeMirror@ selenium-test /Users/pwangai/wiki/core/extensions/CodeMirror
> wdio tests/selenium/wdio.conf.js
Execution of 2 spec files started at 2023-02-06T14:15:23.016Z
[0-0] RUNNING in chrome - /tests/selenium/specs/highlighting-wikitext2010.js
[0-0] AssertionError [ERR_ASSERTION] in "CodeMirror bracket match highlighting for the wikitext 2010 editor.highlights matching bracket"
AssertionError [ERR_ASSERTION]: Input A expected to strictly equal input B:
+ expected - actual
- ''
+ '[]'
at Context.<anonymous> (/Users/pwangai/wiki/core/extensions/CodeMirror/tests/selenium/specs/highlighting-wikitext2010.js:24:10)
[0-0] AssertionError [ERR_ASSERTION] in "CodeMirror bracket match highlighting for the wikitext 2010 editor.matches according to cursor movement"
AssertionError [ERR_ASSERTION]: Input A expected to strictly equal input B:
+ expected - actual
- ''
+ '{}'
at Context.<anonymous> (/Users/pwangai/wiki/core/extensions/CodeMirror/tests/selenium/specs/highlighting-wikitext2010.js:31:10)
[0-0] RETRYING in chrome - /tests/selenium/specs/highlighting-wikitext2010.js
[0-0] RUNNING in chrome - /tests/selenium/specs/highlighting-wikitext2010.js
[0-0] AssertionError [ERR_ASSERTION] in "CodeMirror bracket match highlighting for the wikitext 2010 editor.highlights matching bracket"
AssertionError [ERR_ASSERTION]: Input A expected to strictly equal input B:
+ expected - actual
- ''
+ '[]'
at Context.<anonymous> (/Users/pwangai/wiki/core/extensions/CodeMirror/tests/selenium/specs/highlighting-wikitext2010.js:24:10)
[0-0] AssertionError [ERR_ASSERTION] in "CodeMirror bracket match highlighting for the wikitext 2010 editor.matches according to cursor movement"
AssertionError [ERR_ASSERTION]: Input A expected to strictly equal input B:
+ expected - actual
- ''
+ '{}'
at Context.<anonymous> (/Users/pwangai/wiki/core/extensions/CodeMirror/tests/selenium/specs/highlighting-wikitext2010.js:31:10)
[0-0] FAILED in chrome - /tests/selenium/specs/highlighting-wikitext2010.js (1 retries)
[0-1] RUNNING in chrome - /tests/selenium/specs/highlighting-wikitext2017.js
[0-1] RETRYING in chrome - /tests/selenium/specs/highlighting-wikitext2017.js
[0-1] RUNNING in chrome - /tests/selenium/specs/highlighting-wikitext2017.js
[0-1] FAILED in chrome - /tests/selenium/specs/highlighting-wikitext2017.js (1 retries)
"dot" Reporter:
FFFF
Spec Files: 0 passed, 2 retries, 2 failed, 2 total (100% completed) in 00:01:13
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! CodeMirror@ selenium-test: `wdio tests/selenium/wdio.conf.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the CodeMirror@ selenium-test script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/pwangai/.npm/_logs/2023-02-06T14_16_36_598Z-debug.log