Browse Source

Fixed the test to handle only alphabet letters like specified in the instructions. (#605)

pull/606/head
MarieMalarme 4 years ago committed by GitHub
parent
commit
753dbcef0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dom/keycodes-symphony_test.js

2
dom/keycodes-symphony_test.js

@ -7,7 +7,7 @@ export const setup = async ({ page }) => ({
}),
})
const characters = `did you handle the keydown event correctly ?`
const characters = `didyouhandlethekeydowneventcorrectly`
tests.push(async ({ page, eq, getNotes }) => {
// check that a note is created and matches the right letter when a key is pressed

Loading…
Cancel
Save