Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1914 from metasfresh/gh1025-api
Browse files Browse the repository at this point in the history
#1025-api - add small cypress test taht attempts to open a trl window
  • Loading branch information
metas-ts authored Aug 7, 2018
2 parents d84a53b + 7b94d37 commit 80806b0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cypress/integration/product_translation_spec.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
describe('Product translation Test; #1025-api - Error opening translation windows https://github.com/metasfresh/metasfresh-webui-api/issues/1025', function() {
before(function() {
cy.loginByForm();
});

it('Create a product translation record', function() {
cy.visit('/window/540420');
});
});

0 comments on commit 80806b0

Please sign in to comment.