Skip to content

Commit

Permalink
adjust tests specs
Browse files Browse the repository at this point in the history
  • Loading branch information
mind84 committed Oct 17, 2024
1 parent 27bfdf8 commit 3cece8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/end2end/playwright/edition-form.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ test.describe('Text widget in a form', () => {

// edit the feature
let editFeatureRequestPromise = page.waitForResponse(response => response.url().includes('editFeature'));
await page.locator('.lizmapPopupContent > .lizmapPopupSingleFeature').nth(0).locator("lizmap-feature-toolbar").first().locator(".feature-toolbar button[data-original-title='Edit']").click();
await page.locator('.feature-toolbar > button:nth-child(5)').click();
await editFeatureRequestPromise;

// the text widgets in the form should be filled as in the popup
Expand Down

0 comments on commit 3cece8e

Please sign in to comment.