Skip to content

Commit

Permalink
fix(e2etests): random fail on relationPanel
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Feitl committed Mar 7, 2024
1 parent ce16031 commit ad00712
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2etests/src/test/Tinebase/relationGridPanel.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ describe('Mainpage', () => {
test('openEditDialog', async () => {
let popupWindow = await lib.getEditDialog('Kontakt hinzufügen');
await expect(popupWindow).toClick('span', {text: new RegExp("Verknüpfungen.*")});
await popupWindow.waitForSelector('.x-grid3-hd.x-grid3-cell.x-grid3-td-remark');
let arrows = await popupWindow.$$('.x-panel.x-wdgt-pickergrid.x-grid-panel .x-form-trigger.x-form-arrow-trigger');
await arrows[0].click();
//await popupWindow.waitForSelector('.x-layer.x-combo-list',{visible: true});
Expand Down

0 comments on commit ad00712

Please sign in to comment.