fix: complete legacy operator parity workflows
This commit is contained in:
@@ -99,6 +99,7 @@ public sealed class LegacyNativeDialogParityWebTests
|
||||
foreach (var label in new[]
|
||||
{
|
||||
"PList confirm row save",
|
||||
"PROGRAM confirm named-playlist row save",
|
||||
"GraphE ${screen} save",
|
||||
"GraphE ${screen} delete",
|
||||
"GraphE ${screen} delete-all cancel branch",
|
||||
@@ -110,7 +111,7 @@ public sealed class LegacyNativeDialogParityWebTests
|
||||
}
|
||||
|
||||
Assert.Equal(
|
||||
7,
|
||||
8,
|
||||
PackageInputHarness.Split(
|
||||
"pointerClickWithNativeDialog(",
|
||||
StringSplitOptions.None).Length - 1);
|
||||
|
||||
Reference in New Issue
Block a user