diff options
author | Yoav Schneiderman <yoav.schneiderman@intl.att.com> | 2020-01-15 15:32:10 +0200 |
---|---|---|
committer | Eylon Malin <eylon.malin@intl.att.com> | 2020-01-20 13:16:47 +0000 |
commit | 3279721d72b3e5adadf5431c58383e71f6b080d7 (patch) | |
tree | 3b5fa47ab6a959dc66db1309d7a7308ab147a6b5 /vid-webpack-master/cypress/integration | |
parent | dfcca5853eacb0e0d3bdd6370c724503c34194be (diff) |
Move onap UI loader and icons to VID
Issue-ID: VID-748
Change-Id: If79180e55651ad29bd2771a35855209419d1a0f5
Signed-off-by: Yoav Schneiderman <yoav.schneiderman@intl.att.com>
Diffstat (limited to 'vid-webpack-master/cypress/integration')
-rw-r--r-- | vid-webpack-master/cypress/integration/shared/spinner.e2e.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vid-webpack-master/cypress/integration/shared/spinner.e2e.ts b/vid-webpack-master/cypress/integration/shared/spinner.e2e.ts index 51e084b32..a64644087 100644 --- a/vid-webpack-master/cypress/integration/shared/spinner.e2e.ts +++ b/vid-webpack-master/cypress/integration/shared/spinner.e2e.ts @@ -32,7 +32,7 @@ describe('Spinner', function () { "error 500 asyncInstantiation"); cy.openIframe('app/ui/#/instantiationStatus'); - cy.get('.sdc-loader') + cy.get('.custom-loader') .and('be.visible'); }); |