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

D7 Panelizer IPE "Unable to complete AJAX" #526

Closed
leevh opened this issue Jan 31, 2019 · 2 comments
Closed

D7 Panelizer IPE "Unable to complete AJAX" #526

leevh opened this issue Jan 31, 2019 · 2 comments

Comments

@leevh
Copy link

leevh commented Jan 31, 2019

Hello, the iWaitForAjaxToFinish method keeps failing for me when trying to view the AJAX panelizer in-place-editing interface used in Open Atrium. (shown below)

  • using v4.0.0beta2
  • stock Open Atrium D7 install on Lando local dev
  • using javascript session on selenium/standalone-chrome (have used VNC to watch it)
  • error occurs when using "I click" on the customize link which AJAX loads the editing panels shown below. The iWaitForAjaxToFinish gets called and fails immediately.
  • reverting to older version ~3 iWaitForAjaxToFinish code allows the feature to complete without error.

Any ideas or more info I could provide? I'm trying to debug myself, but haven't got it yet... Thank you for an awesome extension!!

image

@leevh
Copy link
Author

leevh commented Jan 31, 2019

Update: it looks like in my case, at https://github.com/jhedstrom/drupalextension/blob/master/src/Drupal/DrupalExtension/Context/MinkContext.php#L155

$this->getMinkParameter('ajax_timeout') is not returning anything for me, making the wait time zero.

looks related to #486

@leevh
Copy link
Author

leevh commented Jan 31, 2019

Found my issue was in my behat.yml I was using Behat\MinkExtension instead of Drupal\MinkExtension. Dang.

@leevh leevh closed this as completed Jan 31, 2019
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