feat(ui): add per-user volume controls (#17)
This commit is contained in:
@@ -194,9 +194,9 @@ void main() {
|
||||
expect(find.text('Channels'), findsNothing);
|
||||
expect(find.byIcon(Icons.tag), findsNWidgets(3));
|
||||
expect(parentX, inInclusiveRange(58, 66));
|
||||
expect(parentUserX - parentX, inInclusiveRange(22, 28));
|
||||
expect(parentUserX - parentX, inInclusiveRange(38, 44));
|
||||
expect(childX - parentX, inInclusiveRange(10, 14));
|
||||
expect(childUserX - childX, inInclusiveRange(22, 28));
|
||||
expect(childUserX - childX, inInclusiveRange(38, 44));
|
||||
});
|
||||
|
||||
testWidgets('server welcome starts collapsed above channel tree', (
|
||||
@@ -253,7 +253,7 @@ void main() {
|
||||
|
||||
expect(find.text('Alice'), findsOneWidget);
|
||||
expect(find.byIcon(Icons.tag), findsOneWidget);
|
||||
expect(find.byIcon(Icons.mic_none), findsOneWidget);
|
||||
expect(find.byIcon(Icons.mic_none), findsNothing);
|
||||
expect(find.byType(ListTile), findsOneWidget);
|
||||
|
||||
final userHighlight = tester.widget<AnimatedContainer>(
|
||||
|
||||
Reference in New Issue
Block a user