* @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
()
| 7 | */ |
| 8 | |
| 9 | function 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 | |
| 15 | describe('transfer state tab', () => { |
| 16 | beforeEach(() => { |
no test coverage detected
searching dependent graphs…