-
Notifications
You must be signed in to change notification settings - Fork 365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Update latest kernel version to fix linode-config.spec.ts
#10391
fix: Update latest kernel version to fix linode-config.spec.ts
#10391
Conversation
linode-config.spec.ts
linode-config.spec.ts
@@ -110,7 +110,7 @@ describe('Linode Config', () => { | |||
cy.findByLabelText('List of Configurations').within(() => { | |||
cy.get('tr').should('have.length', 2); | |||
containsVisible( | |||
`${linode.id}-test-config β Latest 64 bit (6.2.9-x86_64-linode160)` | |||
`${linode.id}-test-config β Latest 64 bit (6.7.9-x86_64-linode163)` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if we should update this assertion to not test for the exact version π€ I'm not sure how frequently new kernels get published by Linode, but I assume it could happen at any time or frequency
`${linode.id}-test-config β Latest 64 bit (6.7.9-x86_64-linode163)` | |
`${linode.id}-test-config β Latest 64 bit` |
I just went for the easy fix for now. @jdamore-linode might have some insight or opinions here
Coverage Report: β
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@abailly-akamai We need the other version of you! |
Here i am! too late! |
Description π
linode-config.spec.ts
failures βHow to test π§ͺ
linode-config.spec.ts
passes in Jenkins βlinode-config.spec.ts
passes locally (optional) βAs an Author I have considered π€