Alan Guo Xiang Tan
7218da7510
DEV: Fix and improve chat system test for editing name and slug ( #21810 )
...
This commit introduces a couple of changes:
1. When editing a chat channel's slug, we were using `this.model.set("title", title)` when the `set`
function does not exist. This was actually throwing the error in the
"can edit slug" system test where the modal was not closed after
saving and was flashing an error.
2. Introduce `PageObjects::Pages::ChatChannelAbout` and
`PageObjects::Modals::ChatChannelEdit` page object to encapsulate
logic better.
2023-05-29 18:00:59 +02:00
..
2023-05-17 17:49:52 +02:00
2023-05-08 09:10:10 +02:00
2023-03-23 13:09:45 +08:00
2023-05-29 18:00:59 +02:00
2023-05-29 17:37:17 +02:00
2023-05-26 18:48:45 +02:00
2023-05-29 09:11:55 +02:00
2023-05-29 09:11:55 +02:00
2023-05-17 17:49:52 +02:00
2023-01-03 11:32:27 +01:00
2022-12-21 13:21:02 +01:00
2023-05-23 17:45:10 +02:00
2023-03-06 16:42:11 +01:00
2023-05-28 16:16:09 +02:00
2023-05-29 18:00:59 +02:00
2023-05-23 16:01:47 +02:00
2023-05-08 21:10:57 +02:00
2023-05-11 17:52:53 +02:00
2023-03-28 10:55:01 -04:00
2023-05-08 18:24:41 +02:00
2023-01-27 09:58:12 -03:00
2023-05-05 08:55:55 +02:00
2023-05-29 17:34:44 +02:00
2023-05-24 15:36:46 +02:00
2023-05-24 15:36:46 +02:00
2023-04-26 16:50:38 +02:00
2023-02-20 10:31:02 +01:00
2023-05-05 08:16:23 +08:00
2023-05-11 22:27:48 +02:00
2022-12-21 13:21:02 +01:00
2023-05-26 10:44:27 +02:00
2023-04-26 09:09:07 +02:00
2023-03-08 15:21:20 +01:00
2023-05-26 18:48:45 +02:00
2023-05-17 17:49:52 +02:00
2023-03-03 13:09:25 +01:00
2023-05-23 09:33:55 +02:00
2023-05-24 14:05:20 +02:00
2023-03-22 10:19:59 +10:00
2023-03-06 16:42:11 +01:00
2023-04-06 19:32:21 +02:00
2023-05-29 09:11:55 +02:00
2023-05-24 19:28:54 +02:00
2023-05-05 08:55:55 +02:00
2023-04-07 20:08:31 +02:00
2023-05-26 10:04:37 +02:00
2023-05-05 08:16:23 +08:00
2023-04-13 15:38:54 +08:00
2023-02-20 10:31:02 +01:00
2023-05-02 14:21:14 +02:00
2023-04-25 10:23:03 +02:00
2022-12-21 13:21:02 +01:00
2023-04-25 10:23:03 +02:00
2023-05-29 09:11:55 +02:00
2023-04-27 09:43:26 +02:00
2023-05-26 17:13:05 +02:00
2023-03-17 14:24:38 +01:00
2023-05-15 07:51:25 +02:00
2023-03-17 14:24:38 +01:00
2023-03-03 13:09:25 +01:00
2023-04-06 09:29:54 +10:00
2023-05-24 14:05:20 +02:00