Use a random number instead of hard coded in test
This commit is contained in:
@@ -92,7 +92,7 @@ const appearanceValues = {
|
||||
const streamOutputVariants = {
|
||||
videoBitrate: randomNumber() * 100,
|
||||
framerate: 42,
|
||||
cpuUsageLevel: 2,
|
||||
cpuUsageLevel: randomNumber(4, 0),
|
||||
scaledHeight: randomNumber() * 100,
|
||||
scaledWidth: randomNumber() * 100,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user