Merge pull request #4064 from dpalou/MOBILE-4470

MOBILE-4470 chat: Fix wrong component used in prefetch
main
Noel De Martin 2024-05-27 10:58:55 +02:00 committed by GitHub
commit 00fd418b84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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