feat: complete legacy parity and modernize operator UI
This commit is contained in:
@@ -152,11 +152,11 @@ public sealed class LegacyOperatorPlayoutRequestTests
|
||||
[InlineData("1/21")]
|
||||
[InlineData("2/1")]
|
||||
[InlineData("1 /2")]
|
||||
public void CanonicalPagedGraphicRejectsInvalidOperatorPageText(string pageText)
|
||||
public void CanonicalPagedGraphicDefersHistoricalInvalidPageText(string pageText)
|
||||
{
|
||||
var row = OperatorRow("5단 표그래프", pageText);
|
||||
var entry = OperatorRow("5단 표그래프", pageText).ToPlayoutEntry();
|
||||
|
||||
Assert.Throws<InvalidOperationException>(row.ToPlayoutEntry);
|
||||
Assert.Null(entry.PageNavigation);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
||||
Reference in New Issue
Block a user