Skip to content

Commit dc24289

Browse files
committed
test(angular): use correct version text
1 parent 7e5039a commit dc24289

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 19", () => {
1+
it("should be on Angular 20", () => {
22
cy.visit('/lazy');
33

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

0 commit comments

Comments
 (0)