status-desktop/test/ui-test/testSuites
Jonathan Rainville db6af0554a fix(chat-model): use setData to set the chat model
Fixes #10384

The problem was that doing the sort inside the insertRows messed up the model.
I removed it and it fixed the issues. However, it created an other issue with ordering.

The problem this time is that when populating the model at the start, we do not get the chats in order, so calculating the right position to insert a chat is difficult.

Instead, I use a setData function to just put all the chats in the items list, sort it and call it done, using the resetModel function.

I also did some clean ups.
2023-04-24 11:06:17 -04:00
..
global_shared test(suite_settings/tst_userIdentity): Fix test on display name, bio and social links (#10226) 2023-04-24 11:39:07 +02:00
suite_communities fix(chat-model): use setData to set the chat model 2023-04-24 11:06:17 -04:00
suite_messaging test(suite_messaging): Disabled some code that is causing CI failures 2023-02-28 09:04:56 +01:00
suite_onboarding fix(wallet) fix Add Account Modal and wallet tests 2023-03-01 15:36:06 +04:00
suite_settings test(suite_settings/tst_userIdentity): Fix test on display name, bio and social links (#10226) 2023-04-24 11:39:07 +02:00
suite_wallet fix(Wallet) network selection and unify network implementations 2023-04-20 19:34:24 +02:00