Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ test.afterAll(async () => {
}
});

test(
test.fixme(
'post is translated for user with autotranslation enabled',
{
tag: ['@autotranslation'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ test.afterAll(async () => {
// Best-effort cleanup.
}
});
test(
test.fixme(
'auto-translation is ON by default for new channel members',
{
tag: ['@autotranslation'],
Expand Down Expand Up @@ -164,7 +164,7 @@ test(
},
);

test(
test.fixme(
'disabling for self reverts translated messages to original',
{
tag: ['@autotranslation'],
Expand Down Expand Up @@ -262,7 +262,7 @@ test(
},
);

test(
test.fixme(
'messages only translate when source differs from user language',
{
tag: ['@autotranslation'],
Expand Down Expand Up @@ -372,7 +372,7 @@ test(
},
);

test(
test.fixme(
'message indicator only on actually translated message',
{
tag: ['@autotranslation'],
Expand Down
Loading