diff options
author | Alexey Sandler <alexey.sandler@intl.att.com> | 2020-02-10 12:05:01 +0200 |
---|---|---|
committer | Alexey Sandler <alexey.sandler@intl.att.com> | 2020-02-10 12:05:01 +0200 |
commit | 874ef1ce4fa0228c720c704a4354d52021ecf2fe (patch) | |
tree | bc0d2671b6d8c99ccfc51279aaa7551eea9018f7 /vid-webpack-master/cypress/integration | |
parent | 5f441ea7520e585dd53f118b799626d53eb2d924 (diff) |
create tests to add vfmodule in ala carte instance
Issue-ID: VID-758
Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
Change-Id: I7d4afa05d34cd28ff7118e320f67ef68d6a60e60
Diffstat (limited to 'vid-webpack-master/cypress/integration')
-rw-r--r-- | vid-webpack-master/cypress/integration/iFrames/ala-carte.e2e.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vid-webpack-master/cypress/integration/iFrames/ala-carte.e2e.ts b/vid-webpack-master/cypress/integration/iFrames/ala-carte.e2e.ts index fa628d4b5..ba27d41df 100644 --- a/vid-webpack-master/cypress/integration/iFrames/ala-carte.e2e.ts +++ b/vid-webpack-master/cypress/integration/iFrames/ala-carte.e2e.ts @@ -283,8 +283,5 @@ describe('A la carte', function () { .get('.error').contains(INSTANCE_NAME_NOT_MANDATORY_MESSAGE); } - - - }); }); |