We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afd4b97 commit 913bf9aCopy full SHA for 913bf9a
1 file changed
Applitools.Example.Tests/AcmeBankTest.cs
@@ -151,8 +151,8 @@ public void CleanUpTest()
151
// You will need to check the Applitools dashboard for visual results per checkpoint.
152
// Note that "unresolved" and "failed" visual checkpoints will not cause the NUnit test to fail.
153
154
- // If you want the NUnit test to wait synchronously for all checkpoints to complete, then use `eyes.close()`.
155
- // If any checkpoints are unresolved or failed, then `eyes.close()` will make the NUnit test fail.
+ // If you want the NUnit test to wait synchronously for all checkpoints to complete, then use `Eyes.Close()`.
+ // If any checkpoints are unresolved or failed, then `Eyes.Close()` will make the NUnit test fail.
156
}
157
158
/// <summary>
0 commit comments