Skip to content

Conversation

@Vere-Grey
Copy link
Contributor

@Vere-Grey Vere-Grey commented Dec 8, 2025

I was testing suite/e2e/tests/backup/t3t1-t2t1-create-additional-share.test.ts stability without wait for our firmware meeting. And it seems the problem is gone. So there won't be a meeting.

As sideefect of testing, I undercover a bug we had in our tests. looping of models was wrong. It used same model in each iteration. I guess that is because test.use is not awaited but in some queue or something :/ So if we had const models: Model[] = ['T1B1', 'T2T1', 'T3B1', 'T3T1']; then T3T1 would be run 4 times.
Fix is that for loop needs to be above describe in which we set model using test.use.

fixes typo in test file name

Description

Notes for QA

Related Issue

Resolve

Screenshots:

🔍🖥️ Suite web test results: View in Currents

🔍🖥️ Suite desktop test results: View in Currents

@Vere-Grey Vere-Grey requested a review from zako05 December 8, 2025 12:54
@Vere-Grey Vere-Grey self-assigned this Dec 8, 2025
@Vere-Grey Vere-Grey enabled auto-merge (rebase) December 8, 2025 13:03
@Vere-Grey Vere-Grey merged commit 95d0db6 into develop Dec 8, 2025
40 checks passed
@Vere-Grey Vere-Grey deleted the fix-e2e-model-looping branch December 8, 2025 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants