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

Fix cypress test run for vanilla-es6 #1903

Closed
gj262 opened this issue Jun 29, 2018 · 0 comments
Closed

Fix cypress test run for vanilla-es6 #1903

gj262 opened this issue Jun 29, 2018 · 0 comments

Comments

@gj262
Copy link
Contributor

gj262 commented Jun 29, 2018

Re #1866

The closure compiler optimizes the item "completed" field to "c" which breaks cypress test checks. It could be configured to not do that. However I think a better solution here is to switch to webpack and babel as that it probably more widely used.

Another issue is that the item is not wrapped in a div.view.

And this framework uses blur to complete edit.

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

No branches or pull requests

1 participant