Public Access
Archive summary refinements and profile switching
PR and Push Build/Test / build-and-test (push) Successful in 6m37s
PR and Push Build/Test / build-and-test (push) Successful in 6m37s
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using MeetingAssistant;
|
||||
|
||||
namespace MeetingAssistant.Tests;
|
||||
|
||||
public sealed class ScreenshotOcrOptionsTests
|
||||
{
|
||||
[Fact]
|
||||
public void DefaultPromptAsksForCompleteOrPartialVisibleParticipantEvidence()
|
||||
{
|
||||
Assert.Contains("exactly who is in the meeting", ScreenshotOcrOptions.DefaultPrompt);
|
||||
Assert.Contains("partial", ScreenshotOcrOptions.DefaultPrompt);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user