Problem/Motivation

Currently, "FieldGroupUiTest" is randomly failing with different test failure messages.

Steps to reproduce

See https://git.drupalcode.org/project/field_group/-/jobs/5045880 or https://git.drupalcode.org/project/field_group/-/jobs/5045883

Proposed resolution

Investigate the random failures and fix them.

Remaining tasks

User interface changes

API changes

Data model changes

Comments

grevil created an issue.

anybody’s picture

Thanks, we indeed need to fix that. My impression is that some days or weeks ago the test were green consistently. Any ideas for the reasons?

grevil’s picture

They are currently also green. Its random ajax test behavior.

anybody’s picture

Yup, the 4.0.0 is green currently... crazy. Any ideas welcome how to stabilize this.

steinmb’s picture

So.... it some kind of race condition perhaps from these two?

      $page->pressButton('Save and continue');
      $page->pressButton('Create group');

Edit:
Looking at catch comment in https://www.drupal.org/project/drupal/issues/3397594#comment-15310573