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

Quasar vs Vue UI Server Issue #152

Open
acetousk opened this issue Sep 9, 2020 · 0 comments
Open

Quasar vs Vue UI Server Issue #152

acetousk opened this issue Sep 9, 2020 · 0 comments

Comments

@acetousk
Copy link
Member

acetousk commented Sep 9, 2020

Steps to Reproduce:

  1. clone moqui-framework commit 722b9f2
  2. get the following components: hivemind pm, hivemind admin, popc erp, my account, system, and tools
  3. build and run with java -jar moqui.war
  4. clone https://github.com/acetousk/moqui-selenium commit f19907a
  5. on line 14 of src/test/groovy/ToolsTests.groovy ensure apps = "vapps"
  6. run the def "Entity/DataImport test"() test
  7. the test should pass
  8. on line 14 ensure apps = "qapps"
  9. run the def "Entity/DataImport test"() test
  10. the test should fail

What Happened

On lines 5-7 and lines 8-10, you are running the exact same code with a different file path. Lines 5-7 are running localhost:8080/vapps and lines 8-10 are running localhost:8080/qapps.

What Should Have Happened

The vapps test completes successfully after importing the data, but the qapps test does not. The qapps has a notification that says Error: Server Error (error). It should have done what the vapps test did by sending a notification that says: Submit successful.

While doing some of these tests, I have noticed this kind of message in several areas, but this is the easiest one to pinpoint.

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

No branches or pull requests

1 participant