|
@@ -9,7 +9,12 @@ exports[`Lobby GameInfo renders 1`] = `
|
|
|
5
|
|
|
round
|
|
|
s
|
|
|
- , each with a 5m time limit
|
|
|
+ </span>
|
|
|
+ <span
|
|
|
+ className="label"
|
|
|
+ >
|
|
|
+ Each round will have a time limit of
|
|
|
+ 5m
|
|
|
</span>
|
|
|
</Fragment>
|
|
|
`;
|
|
@@ -23,7 +28,17 @@ exports[`Lobby GameInfo renders for COUNTRY_RACE 1`] = `
|
|
|
5
|
|
|
round
|
|
|
s
|
|
|
- , each with a 5m time limit, where you must be the fastest to select the right country
|
|
|
+ </span>
|
|
|
+ <span
|
|
|
+ className="label"
|
|
|
+ >
|
|
|
+ Each round will have a time limit of
|
|
|
+ 5m
|
|
|
+ </span>
|
|
|
+ <span
|
|
|
+ className="label"
|
|
|
+ >
|
|
|
+ Your score will be based on how quickly you select the right country - you will get 0 points for the wrong country!
|
|
|
</span>
|
|
|
</Fragment>
|
|
|
`;
|
|
@@ -37,7 +52,17 @@ exports[`Lobby GameInfo renders for FROZEN 1`] = `
|
|
|
5
|
|
|
round
|
|
|
s
|
|
|
- , each with a 5m time limit, and you will not be able to adjust your view
|
|
|
+ </span>
|
|
|
+ <span
|
|
|
+ className="label"
|
|
|
+ >
|
|
|
+ Each round will have a time limit of
|
|
|
+ 5m
|
|
|
+ </span>
|
|
|
+ <span
|
|
|
+ className="label"
|
|
|
+ >
|
|
|
+ You will not be able to adjust your view
|
|
|
</span>
|
|
|
</Fragment>
|
|
|
`;
|
|
@@ -51,7 +76,12 @@ exports[`Lobby GameInfo renders for NORMAL 1`] = `
|
|
|
5
|
|
|
round
|
|
|
s
|
|
|
- , each with a 5m time limit
|
|
|
+ </span>
|
|
|
+ <span
|
|
|
+ className="label"
|
|
|
+ >
|
|
|
+ Each round will have a time limit of
|
|
|
+ 5m
|
|
|
</span>
|
|
|
</Fragment>
|
|
|
`;
|
|
@@ -65,7 +95,17 @@ exports[`Lobby GameInfo renders for RACE 1`] = `
|
|
|
5
|
|
|
round
|
|
|
s
|
|
|
- , each with a 5m time limit
|
|
|
+ </span>
|
|
|
+ <span
|
|
|
+ className="label"
|
|
|
+ >
|
|
|
+ Each round will have a time limit of
|
|
|
+ 5m
|
|
|
+ </span>
|
|
|
+ <span
|
|
|
+ className="label"
|
|
|
+ >
|
|
|
+ If someone submits before you your remaining time will be cut down to just 10 seconds!
|
|
|
</span>
|
|
|
</Fragment>
|
|
|
`;
|
|
@@ -79,7 +119,13 @@ exports[`Lobby GameInfo renders for TIME_BANK 1`] = `
|
|
|
5
|
|
|
round
|
|
|
s
|
|
|
- with a 25m time bank across all rounds
|
|
|
+ </span>
|
|
|
+ <span
|
|
|
+ className="label"
|
|
|
+ >
|
|
|
+ Your time will be banked, with
|
|
|
+ 25m
|
|
|
+ available across all rounds
|
|
|
</span>
|
|
|
</Fragment>
|
|
|
`;
|
|
@@ -92,7 +138,12 @@ exports[`Lobby GameInfo renders for single round 1`] = `
|
|
|
Game will run for
|
|
|
1
|
|
|
round
|
|
|
- with a 5m time limit
|
|
|
+ </span>
|
|
|
+ <span
|
|
|
+ className="label"
|
|
|
+ >
|
|
|
+ Each round will have a time limit of
|
|
|
+ 5m
|
|
|
</span>
|
|
|
</Fragment>
|
|
|
`;
|
|
@@ -105,7 +156,17 @@ exports[`Lobby GameInfo renders for single round COUNTRY_RACE 1`] = `
|
|
|
Game will run for
|
|
|
1
|
|
|
round
|
|
|
- with a 5m time limit, where you must be the fastest to select the right country
|
|
|
+ </span>
|
|
|
+ <span
|
|
|
+ className="label"
|
|
|
+ >
|
|
|
+ Each round will have a time limit of
|
|
|
+ 5m
|
|
|
+ </span>
|
|
|
+ <span
|
|
|
+ className="label"
|
|
|
+ >
|
|
|
+ Your score will be based on how quickly you select the right country - you will get 0 points for the wrong country!
|
|
|
</span>
|
|
|
</Fragment>
|
|
|
`;
|
|
@@ -118,13 +179,49 @@ exports[`Lobby GameInfo renders for single round FROZEN 1`] = `
|
|
|
Game will run for
|
|
|
1
|
|
|
round
|
|
|
- with a 5m time limit, and you will not be able to adjust your view
|
|
|
+ </span>
|
|
|
+ <span
|
|
|
+ className="label"
|
|
|
+ >
|
|
|
+ Each round will have a time limit of
|
|
|
+ 5m
|
|
|
+ </span>
|
|
|
+ <span
|
|
|
+ className="label"
|
|
|
+ >
|
|
|
+ You will not be able to adjust your view
|
|
|
</span>
|
|
|
</Fragment>
|
|
|
`;
|
|
|
|
|
|
exports[`Lobby GameInfo renders while loading 1`] = `<Loading />`;
|
|
|
|
|
|
+exports[`Lobby GameInfo renders with a round point cap 1`] = `
|
|
|
+<Fragment>
|
|
|
+ <span
|
|
|
+ className="label"
|
|
|
+ >
|
|
|
+ Game will run for
|
|
|
+ 5
|
|
|
+ round
|
|
|
+ s
|
|
|
+ </span>
|
|
|
+ <span
|
|
|
+ className="label"
|
|
|
+ >
|
|
|
+ Each round will have a time limit of
|
|
|
+ 5m
|
|
|
+ </span>
|
|
|
+ <span
|
|
|
+ className="label"
|
|
|
+ >
|
|
|
+ Only
|
|
|
+ 10000
|
|
|
+ total points will be up for grabs each round
|
|
|
+ </span>
|
|
|
+</Fragment>
|
|
|
+`;
|
|
|
+
|
|
|
exports[`Lobby GameInfo renders with country lock 1`] = `
|
|
|
<Fragment>
|
|
|
<span
|
|
@@ -134,7 +231,12 @@ exports[`Lobby GameInfo renders with country lock 1`] = `
|
|
|
5
|
|
|
round
|
|
|
s
|
|
|
- , each with a 5m time limit
|
|
|
+ </span>
|
|
|
+ <span
|
|
|
+ className="label"
|
|
|
+ >
|
|
|
+ Each round will have a time limit of
|
|
|
+ 5m
|
|
|
</span>
|
|
|
<span
|
|
|
className="label"
|