Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ошибка при использовании сочетания клавиш Ctrl+Enter #174

Closed
kotano opened this issue Jun 20, 2021 · 2 comments

Comments

@kotano
Copy link

kotano commented Jun 20, 2021

Внутри редактора Code-Basics поддерживается сочетание клавиш Ctrl+Enter, однако при его использовании проверка решения заканчивается примерно такой ошибкой:

/usr/lib/node_modules/@github/query-selector/dist/index.umd.js:93
    throw new QueryError("Element not found: <".concat(klass.name, "> ").concat(selectors));
    ^

QueryError: Element not found: <HTMLElement> p
    at query (/usr/lib/node_modules/@github/query-selector/dist/index.umd.js:93:11)
    at /exercises-css/modules/10-basics/40-selectors-by-class/test.js:4:19
    at test (/exercises-css/src/tests.js:14:5)
    at Object.<anonymous> (/exercises-css/modules/10-basics/40-selectors-by-class/test.js:3:1)
    at Module._compile (internal/modules/cjs/loader.js:1063:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)
    at Module.load (internal/modules/cjs/loader.js:928:32)
    at Function.Module._load (internal/modules/cjs/loader.js:769:14)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12)
    at internal/main/run_main_module.js:17:47 {
  framesToPop: 1
}
make: *** [Makefile:2: test] Error 1
#<Process::Status: pid 11680 exit 2>

При нажатии мышкой на кнопку Проверить все ОК.

Проверял на уроках 3-7 в курсе по CSS.

@mokevnin
Copy link
Contributor

Щас попробовал, все работает вроде. Можете еще посмотреть?

@frontstall
Copy link
Contributor

fixed with 167929a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants