[ACA-1897] context submenu extension e2e (#745)

* [ACA-1897] e2e for context submenu - needs some fixes

* fix

* [ACA-1897] test refactoring

* [ACA-1897] specify TestRail ids

* [ACA-1897] fix spell check issue

* [ACA-1897] custom message on share dialog fail to close -  e2e tests
This commit is contained in:
Suzana Dirla
2018-10-23 14:46:13 +03:00
committed by Adina Parpalita
parent 6e3f128121
commit 03e8ab4b1e
7 changed files with 1403 additions and 4 deletions

View File

@@ -99,5 +99,6 @@ export const EXTENSIBILITY_CONFIGS = {
VIEWER: 'viewer-ext.json',
HEADER: 'header-ext.json',
METADATA_PRESETS: 'metadata-ext.json',
DOCUMENT_LIST_PRESETS: 'document-presets-ext.json'
DOCUMENT_LIST_PRESETS: 'document-presets-ext.json',
CONTEXT_SUBMENUS: 'context-submenus-ext.json'
};