@camunda/e2e-test-suite 0.0.687 → 0.0.688

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -187,9 +187,10 @@ class ModelerCreatePage {
187
187
  this.secondPlacedElement = page.locator('g:nth-child(2) > .djs-element > .djs-hit');
188
188
  this.payloadInput = page.locator('[class="fjs-input"]');
189
189
  this.marketPlaceButton = page.getByTitle('Browse Marketplace for more Connectors');
190
- this.publicHolidayConnectorOption = page
191
- .locator('[data-test="modeler"]')
192
- .getByText('Worldwide Public Holiday');
190
+ this.publicHolidayConnectorOption = page.getByRole('listitem', {
191
+ name: 'Worldwide Public Holiday',
192
+ exact: true,
193
+ });
193
194
  this.publicHolidayYearOption = page.getByLabel('Year');
194
195
  this.publicHolidayCountryCodeOption = page.getByLabel('Countrycode');
195
196
  this.implementationSection = page.locator('[data-group-id="group-userTaskImplementation"]');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.687",
3
+ "version": "0.0.688",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",