Integration\Playwright\TerminalDockTests.cs (19)
205await Tab(page, "first").FocusAsync();
219await Assertions.Expect(Tab(page, expected)).ToBeFocusedAsync();
220await Assertions.Expect(Tab(page, expected)).ToHaveAttributeAsync("aria-selected", "true");
227await Assertions.Expect(Tab(page, "second")).ToBeFocusedAsync();
231await Assertions.Expect(Tab(page, "second")).ToBeFocusedAsync();
239await Assertions.Expect(Tab(page, "second")).ToHaveAttributeAsync("aria-selected", "true");
264await Tab(page, "second").ClickAsync();
265await Assertions.Expect(Tab(page, "second")).ToHaveAttributeAsync("aria-selected", "true");
280await Assertions.Expect(Tab(page, closed)).ToHaveAttributeAsync("aria-selected", "true");
282? Tab(page, closed)
289await Assertions.Expect(Tab(page, next)).ToBeFocusedAsync();
290await Assertions.Expect(Tab(page, next)).ToHaveAttributeAsync("aria-selected", "true");
301await Tab(page, "replacement").FocusAsync();
319await Tab(page, "first").FocusAsync();
331await Tab(page, "second").ClickAsync();
332focusTarget = Tab(page, "second");
351await Assertions.Expect(Tab(page, "first")).ToBeVisibleAsync();
356await Tab(page, id).ClickAsync();
360await Tab(page, "first").ClickAsync();