File size: 464 Bytes
2e6a2a4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@smoke
Feature: Application launch

  @E2E-001
  Scenario: Workbench launches
    Given the BioLM-NET Workbench app is running
    When I open the BioLM-NET Workbench
    Then the application header is visible
    And the workflow sidebar is visible

  @E2E-002
  Scenario: Data and Priors workspace is visible by default
    Given the BioLM-NET Workbench app is running
    When I open the BioLM-NET Workbench
    Then only the Data & Priors workspace is visible