@camunda/e2e-test-suite 0.0.327 → 0.0.328
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
|
|
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,
|