OroPlatform Forums

Covering OroPlatform topics, including community updates and company announcements.

Forums Forums OroPlatform OroPlatform – Programming Questions Functional Testing Views/Forms

This topic contains 3 replies, has 2 voices, and was last updated by  archy_bold 7 years, 8 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #34234

    archy_bold
    Participant

    Hi there.

    I’m trying to functional test an update form for a custom entity. I’ve found similar examples for things like Accounts and Calls, but I’ve got a bit of an issue with requesting the page, when I request a URL, I only get the loading screen HTML, which means I can’t see and submit the form.

    Here’s my code:

    How can I get the crawler to move past the loading screen?

    Thanks,
    Simon

Viewing 3 replies - 1 through 3 (of 3 total)
  • Author
    Replies
  • #34235

    archy_bold
    Participant

    So I managed to get this working by completely clearing out my test cache and database and reinstalling everything again. Is there a command I can run to clean the install, should I be running app/console oro:platform:update --env=test after every code change?

    #34236

    Mike Kudelya
    Participant

    Did you get any js errors ? Usually when you get only loading page it means that you have errors. I think it is not necessary full reinstall oro. Enough run

    #34237

    archy_bold
    Participant

    Thanks for the response. I think I did run cache:clear first but it didn’t help. I’ll look out for JS errors next time.

Viewing 3 replies - 1 through 3 (of 3 total)

The forum ‘OroPlatform – Programming Questions’ is closed to new topics and replies.

Back to top