Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit df31ee58 authored by rui rodrigues's avatar rui rodrigues
Browse files

delete background

parent c745f288
No related branches found
No related tags found
No related merge requests found
Pipeline #202407 passed
@wizard @regression @ui
Feature: Wizard
Background:
Given the user is on the SD Wizard
And the user clicks on get started button
@TCW01 @SIMPL-1018 @smoke
Scenario: The upload widget is visible successfully
Given the user is on the SD Wizard
When the user clicks on get started button
Then upload widget should be visible
And the information select a SHACL shape or Upload should be displayed
And the Select Ecosystem dropdown menu options are displayed
And the user clicks the SIMPL option
@TCW02 @SIMPL-1020 @SIMPL-1022 @smoke
Scenario: File Upload and Displaying of Complete Person Form
Given the file selection dialog box is visible
Given the user is on the SD Wizard
And the user clicks on get started button
And the file selection dialog box is visible
And the user clicks the Upload button from the widget
And the user clicks the Choose file button
And the user selects a .tll file
......@@ -24,6 +23,8 @@ Feature: Wizard
@TCW03 @SIMPL-1023
Scenario: Upload File Using Drag and Drop
Given the user is on the SD Wizard
And the user clicks on get started button
Given the file selection dialog box is visible
And the user clicks the Upload button from the widget
And the user clicks the Choose file button
......@@ -35,7 +36,9 @@ Feature: Wizard
@TCW04 @SIMPL-1024 @SIMPL-1025
Scenario: Complete The Compliance Review Body Form and The Save Button is Enabled
Given the file selection dialog box is visible
Given the user is on the SD Wizard
And the user clicks on get started button
And the file selection dialog box is visible
And the user clicks the Upload button from the widget
And the user clicks the Choose file button
And the user selects a .tll file
......@@ -43,12 +46,13 @@ Feature: Wizard
When the user clicks the upload button from the Upload Shape
And the Complete Person Form is displayed
And the user fills in the Compliance Review Body Form
And the Save button is enabled
Then the user clicks the Save button
Then the Save button is enabled
@TCW05 @SIMPL-1019
Scenario: Upload a File Using Upload Button Link on Select a SHACL or Upload Format
Given the file selection dialog box is visible
Given the user is on the SD Wizard
And the user clicks on get started button
And the file selection dialog box is visible
And the user clicks the Upload button link on Select a SHACL or Upload format
And the user clicks the Choose file button
And the user selects a .tll file
......@@ -58,7 +62,9 @@ Feature: Wizard
@TCW06 @SIMPL-1050
Scenario: Check if the JSON file is downloaded
Given the file selection dialog box is visible
Given the user is on the SD Wizard
And the user clicks on get started button
And the file selection dialog box is visible
And the user clicks the Upload button from the widget
And the user clicks the Choose file button
And the user selects a .tll file
......@@ -72,6 +78,8 @@ Feature: Wizard
@TCW07 @SIMPL-3643 @smoke
Scenario: Data Offering and Application Offering schema form are visible successfully
Given the user is on the SD Wizard
And the user clicks on get started button
And upload widget should be visible
And the information select a SHACL shape or Upload should be displayed
And the Select Ecosystem dropdown menu options are displayed
......@@ -82,6 +90,8 @@ Feature: Wizard
@TCW08 @SIMPL-3642 @smoke
Scenario: The body of the upload widget inside the wizard is visible successfully
Given the user is on the SD Wizard
And the user clicks on get started button
And upload widget should be visible
And the information select a SHACL shape or Upload should be displayed
And the Select Ecosystem dropdown menu options are displayed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment