Given
  Login as "neuca-admin" and set token of apiUsername "super-admin-neuca"
  
  2s 433ms
  
        
        
        
        
        
       
          
        
  And
  Set access to periodic advice by API for company "SET_PERIODIC_TRANSPORT" as "super-admin-neuca"
  
  261ms
  
        
        
        
        
        
       
          
        
  And
  Create periodic transport "CREATE_PERIODIC_TR" by JSON file as "super-admin-neuca"
  
  1s 979ms
  
        
        
        
        
        
       
          
        
  When
  Go to "WAREHOUSE_TAB"
  
  905ms
  
        
        
        
        
        
       
          
        
  And
  Set week view
  
  2s 386ms
  
        
        
        
        
        
       
          
        
  And
  Select warehouse "Katowice"
  
  4s 713ms
  
        
        
        
        
        
       
          
        
  And
  Open the middle periodic transport form from the schedule view
  
  41s 072ms
  
        
        
        
        
        
       
          
        
  Then
  Check if designation of periodic transport in transport form is correct
  
  069ms
  
        
        
        
        
        
       
          
        
  And
  Close transport details
  
  15s 409ms
  
        
        
        
        
        
       
          
        
  When
  Go to "TRANSPORT_TABLE"
  
  707ms
  
        
        
        
        
        
       
          
        
  And
  Wait until all periodic transports will be visible in transport table
  
  1s 542ms
  
        
        
        
        
        
       
          
        
  Then
  Check if designation of periodic transport in transport table is correct
  
  2s 073ms
  
        
  
    
      
      
        java.lang.NumberFormatException: For input string: ""
	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
	at java.lang.Integer.parseInt(Integer.java:592)
	at java.lang.Integer.parseInt(Integer.java:615)
	at CucumberTests.Transport.PeriodicTransportTest.checkIfDesignationOfPeriodicTransportInTransportTableIsCorrect(PeriodicTransportTest.java:168)
	at ✽.Check if designation of periodic transport in transport table is correct(file:Features/Atom/Transport/PeriodicTransport/PeriodicTransport.feature:55)