Fix automated test
This commit is contained in:
@@ -6,7 +6,7 @@ const streamTitle = randomString();
|
|||||||
const serverSummary = randomString();
|
const serverSummary = randomString();
|
||||||
const pageContent = `<p>${randomString()}</p>`;
|
const pageContent = `<p>${randomString()}</p>`;
|
||||||
const tags = [randomString(), randomString(), randomString()];
|
const tags = [randomString(), randomString(), randomString()];
|
||||||
const latencyLevel = Math.floor(Math.random() * 5 + 1);
|
const latencyLevel = Math.floor(Math.random() * 4);
|
||||||
|
|
||||||
const streamOutputVariants = {
|
const streamOutputVariants = {
|
||||||
videoBitrate: randomNumber() * 100,
|
videoBitrate: randomNumber() * 100,
|
||||||
|
|||||||
Reference in New Issue
Block a user