linode / manager

Akamai's Cloud Manager is an open-source, single-page application designed as the primary frontend interface for interacting with the Linode API. It is entrusted by hundreds of thousands of customers with the management of their Linode services.
https://cloud.linode.com
Apache License 2.0
700 stars 363 forks source link

test: [M3-6611] - Add new assertions for linode backup tests #11326

Open AzureLatte opened 1 week ago

AzureLatte commented 1 week ago

Description ๐Ÿ“

The cypress/e2e/core/linodes/backup-linode.spec.ts have a few shortcomings that should be addressed:

Changes ๐Ÿ”„

List any change(s) relevant to the reviewer.

How to test ๐Ÿงช

yarn cy:run -s "cypress/e2e/core/linodes/backup-linode.spec.ts"

As an Author, I have considered ๐Ÿค”

github-actions[bot] commented 1 week ago

Coverage Report: โœ…
Base Coverage: 86.98%
Current Coverage: 86.98%

linode-gh-bot commented 1 week ago

Cloud Manager UI test results

:small_red_triangle: 3 failing tests on test run #2 โ†—๏ธŽ

:x: Failing:white_check_mark: Passing:arrow_right_hook: Skipped:clock1: Duration
3 Failing450 Passing2 Skipped98m 58s

Details

Failing Tests
SpecTest
:x:machine-image-upload.spec.tsmachine image ยป uploads machine image, mock expired upload event
:x:linode-storage.spec.tslinode storage tab ยป delete disk
:x:linode-storage.spec.tslinode storage tab ยป add a disk

Troubleshooting

Use this command to re-run the failing tests:

yarn cy:run -s "cypress/e2e/core/images/machine-image-upload.spec.ts,cypress/e2e/core/linodes/linode-storage.spec.ts,cypress/e2e/core/linodes/linode-storage.spec.ts"