We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e87c1 commit f5db474Copy full SHA for f5db474
UI-TESTS/UITests.cs
@@ -337,7 +337,7 @@ public void AuthIdTest()
337
338
pages.firstLayerGO(true, true, true);
339
var data = pages.nativeAppLayer.getAuthIdText();
340
- Console.WriteLine($"AuthIdText: \"{data}\" (\" \" means no authId was used)");
+ Console.WriteLine($"AuthIdText: \"{data}\" (just \"AuthId:\" means no authId was used)");
341
Assert.That(data=="AuthId:", Is.True);
342
343
if (platformIOS)
0 commit comments