Merge pull request #4064 from dpalou/MOBILE-4470
MOBILE-4470 chat: Fix wrong component used in prefetchmain
commit
00fd418b84
|
@ -20,4 +20,4 @@ export const ADDON_MOD_CHAT_PAGE_NAME = 'mod_chat';
|
|||
// Handlers.
|
||||
export const ADDON_MOD_CHAT_PREFETCH_NAME = 'AddonModChat';
|
||||
export const ADDON_MOD_CHAT_PREFETCH_MODNAME = 'chat';
|
||||
export const ADDON_MOD_CHAT_PREFETCH_COMPONENT = ADDON_MOD_CHAT_PAGE_NAME;
|
||||
export const ADDON_MOD_CHAT_PREFETCH_COMPONENT = ADDON_MOD_CHAT_COMPONENT;
|
||||
|
|
|
@ -92,4 +92,4 @@ Feature: Test basic usage of chat in app
|
|||
Given I entered the course "Course 1" as "student1" in the app
|
||||
When I press "Course downloads" in the app
|
||||
And I press "Download" within "Test chat name" "ion-item" in the app
|
||||
Then I should not be able to press "Download" within "Test chat name" "ion-item" in the app
|
||||
Then I should find "Downloaded" within "Test chat name" "ion-item" in the app
|
||||
|
|
Loading…
Reference in New Issue