JavaScriptTraining
JavaScriptTraining copied to clipboard
Training course repository for JavaScript
Results
1
JavaScriptTraining issues
Sort by
recently updated
recently updated
newest added
こちらのコードに問題があるわけではないのですが、 Chrome前提の教材?で動作しない箇所があったため、ご報告致します。 ▼概要 Chrome側のバグなのか、意図する要素が取得できませんでした。。。 ``` AssertionError: expected 1 to have a property 'id' of 'brown', but got 'firebrick' at Context. (tests.js:227:31) ``` ▼詳細 chromeバージョン: 52.0.2743.116 (64-bit) にて以下の要素取得に失敗してしまうようです。 '7 番の赤色の要素を ID...
question