Bugzilla – Attachment 169794 Details for
Bug 37493
Cypress videos and screenshots should be .gitignored
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37493: [DONT PUSH] Test only - Force test fail
Bug-37493-DONT-PUSH-Test-only---Force-test-fail.patch (text/plain), 1.14 KB, created by
David Nind
on 2024-07-27 01:07:48 UTC
(
hide
)
Description:
Bug 37493: [DONT PUSH] Test only - Force test fail
Filename:
MIME Type:
Creator:
David Nind
Created:
2024-07-27 01:07:48 UTC
Size:
1.14 KB
patch
obsolete
>From 0dd3466ffafce5a8c4407395e1bf99b777f8a3c6 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Fri, 26 Jul 2024 13:20:07 +0000 >Subject: [PATCH] Bug 37493: [DONT PUSH] Test only - Force test fail > >Apply this patch only, run: >1) cypress run --spec "t/cypress/integration/flatpickr_spec.ts" >2) run `git status`. > Notice t/cypress/screenshots/ and t/cypress/videos/ show >3) Apply 2nd patch. Repeat 2). Notice its empty > >Signed-off-by: David Nind <david@davidnind.com> >--- > t/cypress/integration/flatpickr_spec.ts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/cypress/integration/flatpickr_spec.ts b/t/cypress/integration/flatpickr_spec.ts >index 60f744776e..8857eaa267 100644 >--- a/t/cypress/integration/flatpickr_spec.ts >+++ b/t/cypress/integration/flatpickr_spec.ts >@@ -21,7 +21,7 @@ describe("Flatpickr", () => { > cy.get("#from+span > input").click(); > cy.get(".flatpickr-calendar") > .eq(0) >- .find("span.today") >+ .find("span.todays") > .click({ force: true }); > cy.get("#from").invoke("val").should("eq", dates["today_iso"]); > >-- >2.39.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 37493
:
169705
|
169706
|
169708
|
169709
| 169794 |
169795