@camunda/e2e-test-suite 0.0.327 → 0.0.329

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.
@@ -118,7 +118,7 @@ _8_7_1.test.describe('IDP User Flow Tests', () => {
118
118
  await idpCreatePage.fillExtractFieldName('bank_account_number');
119
119
  await idpCreatePage.fillPromptField();
120
120
  await idpCreatePage.clickAddExtractionFieldButton();
121
- await idpCreatePage.selectExtractionModelOption('Claude 3.5 Sonnet');
121
+ await idpCreatePage.selectExtractionModelOption('Claude Sonnet 4');
122
122
  await idpCreatePage.clickExtractDocumentButton();
123
123
  await (0, test_1.expect)(page.getByText('Extracting...')).not.toBeVisible({
124
124
  timeout: 120000,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/e2e-test-suite",
3
- "version": "0.0.327",
3
+ "version": "0.0.329",
4
4
  "description": "End-to-end test helpers for Camunda 8",
5
5
  "repository": {
6
6
  "type": "git",