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 usage of jasmine jquery in async context #19588

Merged
merged 2 commits into from
Feb 6, 2018

Conversation

dneukirchen
Copy link
Contributor

@dneukirchen dneukirchen commented Feb 6, 2018

Our Javascript tests and our setup for automated testing is quite unstable right now. This should fix the random fails.

  • Fix usage of jasmine-jquery in async context (use native js instead)
  • use es6 arrow functions in tests

Testing Instructions

Let the javascript test running and check the results (see https://docs.joomla.org/Running_JavaScript_Tests_for_the_Joomla_CMS)

Expected result

no failures

Actual result

failes from time to time

+ use es6 arrow functions in tests
@dgrammatiko
Copy link
Contributor

Love the ES6 notation, hate the mix of ES6 and jQuery 😂

@rdeutz rdeutz merged commit b86807f into joomla:4.0-dev Feb 6, 2018
@rdeutz rdeutz added this to the Joomla 4.0 milestone Feb 6, 2018
@dneukirchen dneukirchen deleted the bugfix/fix-js-tests branch February 6, 2018 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants