chore: Fix spec

This commit is contained in:
iamsivin
2025-12-17 23:17:53 +05:30
parent 6deceb651c
commit 08d3fb5b12
2 changed files with 2 additions and 2 deletions
@@ -111,7 +111,7 @@ describe('#Inbox Helpers', () => {
it('returns correct line icon for TikTok', () => {
expect(getInboxIconByType(INBOX_TYPES.TIKTOK, null, 'line')).toBe(
'i-ri-tiktok-line'
'i-woot-tiktok'
);
});
@@ -67,7 +67,7 @@ const requestAuthorization = async () => {
<Button
class="text-white !rounded-full !px-6 bg-gradient-to-r from-[#00f2ea] via-[#ff0050] to-[#000000]"
lg
icon="i-ri-tiktok-line"
icon="i-woot-tiktok"
:disabled="isRequestingAuthorization"
:is-loading="isRequestingAuthorization"
:label="$t('INBOX_MGMT.ADD.TIKTOK.CONTINUE_WITH_TIKTOK')"