Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/bi 2139 #152

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cucumber.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const run = {
BreedingInsight: "",
};

setDefaultTimeout(300000);
setDefaultTimeout(600000);
global.__basedir = __dirname;

Before(async function () {
Expand Down
25 changes: 25 additions & 0 deletions src/features/BI-2139.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Feature: Experiments data to be displayed within a few seconds

@BI-2139
Scenario Outline: Experiments data to be displayed within a few seconds
Given a new program is created
Given user logs in as "Cucumber Breeder"
When user selects "*" on program-selection page
And user selects "Import Data" in top-level navigation
And user uploads Germplasm "Germplasm77_2022-07-12.xlsx" file
And user selects 'Import' button
When user sets "GermplasmSort" in List Name field of import page
When user sets "GermplasmSort" in List Description field of import page
And user selects "Confirm" button
And user pause for "5" seconds
And user close notification pop-up
When user selects "Experiments & Observations" in top-level navigation
When user selects "Import Experiments & Observations" button
And user uploads Experiments & Observations "BI-2139.csv" file
Then user pause for "30" seconds
When user selects 'Import' button
Then user pause for "30" seconds
Then user selects "Confirm" button
Then user can see banner contains "Imported experiments & observations records have been added to"
When user selects "Experiments & Observations" in top-level navigation
Then user can see row "1" rows in a table
Loading
Loading