ProjectAlita / projectalita.github.io

Langing
GNU Affero General Public License v3.0
1 stars 1 forks source link

[BUG]When a user sets up a dataset of type Confluence with the hosting option set to 'Server', it automatically changes to 'Cloud' after saving. #514

Open liana-gif opened 1 week ago

liana-gif commented 1 week ago

Image Image Reproducible in Main env, not on eye Feature: Dataset creation for Confluence datasource

Scenario: User creates a dataset with specific hosting options

**Given** the user starts to create a dataset for a datasource
And selects "Confluence" as the source type (using EPAM Confluence at https://kb.epam.com/)
And fills in all required fields
And selects "Server" as the hosting option
And provides a filter option
**When** the user saves the changes
And the dataset completes its preparation
And the user opens the dataset
**Then** the hosting option should remain as "Server"

**Actual Result:**
In the main environment, the hosting option automatically switches to "Cloud"