maximegris / angular-electron

Ultra-fast bootstrapping with Angular and Electron :speedboat:
https://www.maximegris.fr/angular-electron/
MIT License
5.67k stars 1.37k forks source link

Jasmine tests regarding the operator By.css #540

Closed Pringmore closed 4 years ago

Pringmore commented 4 years ago

Hi Guys,

I am reporting a potential BUG.

I have just upgraded the packages used by the ngElectron app and started my unit tests. As a result, all unit tests related to template/DOM/View checks using By.css(.A_CLASSNAME) were failing, the other unit tests regarding variables values etc were still working successfully.

Have anyone experienced this?

Just as Information, the complete unit tests worked successfully before the packages' upgrade.

Thanks for the feedbacks, Peace!

Note:

`"@angular-builders/custom-webpack": "10.0.1",

"@angular-devkit/build-angular": "0.1001.3",
"@angular-eslint/builder": "0.4.0-beta.2",
"@angular-eslint/eslint-plugin": "0.4.0-beta.2",
"@angular-eslint/eslint-plugin-template": "0.4.0-beta.2",
"@angular-eslint/template-parser": "0.4.0-beta.2",
"@angular/cli": "10.1.3",
"@angular/common": "10.1.3",
"@angular/compiler": "10.1.3",
"@angular/compiler-cli": "10.1.3",
"@angular/core": "10.1.3",
"@angular/forms": "10.1.3",
"@angular/language-service": "10.1.3",
"@angular/platform-browser": "10.1.3",
"@angular/platform-browser-dynamic": "10.1.3",
"@angular/router": "10.1.3",
"@types/jasmine": "3.5.14",
"@types/jasminewd2": "2.0.8",
"@types/mocha": "8.0.3",
"@types/node": "12.12.6",
"apply-loader": "^2.0.0",
"argparse": "1.0.10",
"file-system": "^2.2.2",
"husky": "^4.2.1",
"karma-chrome-launcher": "~3.1.0",
"karma-mocha-reporter": "2.2.5",
"karma-phantomjs-launcher": "^1.0.4",
"ng-cli-pug-loader": "^0.2.2",
"ngx-electron": "^2.2.0",
"ngx-http-crypt": "3.0.0",
"node-sass": "4.12.0",
"openseadragon": "^2.4.2",
"protractor": "~5.4.0",
"pug": "^2.0.4",
"pug-loader": "^2.4.0",
"require-dir": "1.2.0",
"chai": "4.2.0",
"conventional-changelog-cli": "2.1.0",
"core-js": "3.6.5",
"electron": "10.1.2",
"electron-builder": "22.8.1",
"electron-reload": "1.5.0",
"jasmine-core": "3.6.0",
"jasmine-spec-reporter": "6.0.0",
"karma": "5.2.3",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-electron": "6.3.1",
"karma-jasmine": "4.0.1",
"karma-jasmine-html-reporter": "1.5.4",
"mocha": "8.1.3",
"npm-run-all": "4.1.5",
"rxjs": "6.6.3",
"spectron": "12.0.0",
"ts-node": "9.0.0",
"tslib": "2.0.1",
"typescript": "3.9.7",
"wait-on": "5.0.1",
"webdriver-manager": "12.1.7",
"zone.js": "0.11.1"`
stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.