MCPcopy
hub / github.com/angular/angular / goToTransferStateTab

Function goToTransferStateTab

devtools/cypress/integration/track-state.e2e.js:9–13  ·  view source on GitHub ↗

* @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license

()

Source from the content-addressed store, hash-verified

7 */
8
9function goToTransferStateTab() {
10 cy.get('a[mat-tab-link]:contains("Transfer State")').click();
11 cy.get('ng-transfer-state').should('exist');
12 cy.get('ng-transfer-state').should('be.visible');
13}
14
15describe('transfer state tab', () => {
16 beforeEach(() => {

Callers 1

track-state.e2e.jsFile · 0.85

Calls 2

getMethod · 0.65
clickMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…