We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e5039a commit dc24289Copy full SHA for dc24289
1 file changed
packages/angular/test/apps/ng20/e2e/src/lazy/angular-version.spec.ts
@@ -1,5 +1,5 @@
1
-it("should be on Angular 19", () => {
+it("should be on Angular 20", () => {
2
cy.visit('/lazy');
3
4
- cy.get('ion-title').contains('Angular 19');
+ cy.get('ion-title').contains('Angular 20');
5
});
0 commit comments