Skip to content

Commit 87b4d1b

Browse files
committed
test(angular): update version test
1 parent 47b69c9 commit 87b4d1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
it("should be on Angular 18", () => {
1+
it("should be on Angular 19", () => {
22
cy.visit('/lazy');
33

4-
cy.get('ion-title').contains('Angular 18');
4+
cy.get('ion-title').contains('Angular 19');
55
});

0 commit comments

Comments
 (0)