We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d204709 commit 6c435ccCopy full SHA for 6c435cc
1 file changed
tests/PrompterOne.Web.UITests.Reader/Teleprompter/TeleprompterFidelityTests.cs
@@ -274,6 +274,9 @@ await fontSlider.EvaluateAsync(
274
// lands, the paragraph must stop drifting and keep the active word
275
// anchored to the guide.
276
await page.WaitForTimeoutAsync(ParagraphMotionSettleDelayMilliseconds);
277
+ await TeleprompterReaderAlignmentAssertions.AssertWordAlignedToGuideAsync(
278
+ page,
279
+ BrowserTestConstants.Teleprompter.ActiveWordSelector);
280
var settled = await CaptureParagraphMotionSampleAsync(page);
281
await page.WaitForTimeoutAsync(ImmediateAlignmentFollowUpDelayMilliseconds);
282
var confirmed = await CaptureParagraphMotionSampleAsync(page);
0 commit comments