Given
  Login as "adama-admin" and set token of apiUsername "super-admin-adama"
  
  2s 448ms
  
        
        
        
        
        
       
          
        
  And
  Create product by api for principal "adama"
  
  115ms
  
        
        
        
        
        
       
          
        
  And
  Go to "PRODUCTS_TAB"
  
  477ms
  
        
        
        
        
        
       
          
        
  When
  Delete created product
  
  1s 011ms
  
        
        
        
        
        
       
          
        
  Then
  Verify that product is deleted
  
  042ms
  
        
  
    
      
      
        java.lang.AssertionError: Nie udało się usunąć produktu
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at CucumberTests.Product.DeleteProductTest.verifyThatProductIsDeletedDeleted(DeleteProductTest.java:39)
	at ✽.Verify that product is deleted(file:Features/Atom/Products/Product.feature:28)