Skip to content

Commit a2711c4

Browse files
committed
Fix tabs
1 parent e94114d commit a2711c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

UI-TESTS/UITests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -422,18 +422,18 @@ public void ProgramaticRejectAllGDPRTest()
422422
pages.nativeAppLayer.waitForSdkDone();
423423

424424
Console.WriteLine($"Try to get: nativeAppLayer.getConsentValueText");
425-
var data = pages.nativeAppLayer.getConsentValueText();
425+
var data = pages.nativeAppLayer.getConsentValueText();
426426
Console.WriteLine($"ConsentValueText: {data}");
427427

428428
Console.WriteLine("Call 'rejectAll' with campaign GDPR");
429429
altDriver.CallStaticMethod<int>("ConsentManagementProvider.CMP", "ConcreteInstance.RejectAll", "Assembly-CSharp", new object[] { 0 });
430430
System.Threading.Thread.Sleep(2000);
431431

432432
Console.WriteLine($"Try to get: nativeAppLayer.getConsentValueText");
433-
var dataNew = pages.nativeAppLayer.getConsentValueText();
433+
var dataNew = pages.nativeAppLayer.getConsentValueText();
434434
Console.WriteLine($"ConsentValueText: {dataNew}");
435435

436-
Assert.That(data!=dataNew, Is.True);
436+
Assert.That(data!=dataNew, Is.True);
437437
}
438438

439439
[TearDown]

0 commit comments

Comments
 (0)