UNPKG

@material/web

Version:
16 lines 444 B
/** * @license * Copyright 2022 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { Harness } from '../../testing/harness.js'; /** * Test harness for navigation tab elements. */ export class NavigationTabHarness extends Harness { async getInteractiveElement() { await this.element.updateComplete; return this.element.renderRoot.querySelector('.md3-navigation-tab'); } } //# sourceMappingURL=harness.js.map