Automattic / bugomattic

Bugomattic is a tool that guides bug reporters to the right actions within large, complex organizations
GNU General Public License v2.0
6 stars 0 forks source link

Rework Type and Title Step i1 - Move to Step 1 #51

Closed karenroldan closed 1 year ago

karenroldan commented 1 year ago

What Does This PR Add/Change?

Screenshot 2023-03-30 at 16 45 05

This PR updates the order of the steps. Previously, the Type and Title step is the second step, but now it will be the first step.

There are no changes to the functionality itself, the flow should still work as expected!

Context: pciE2j-1VQ-p2#comment-1667

Testing Instructions

Issues

Related to # https://github.com/Automattic/bugomattic/pull/50 Closes #

dpasque commented 1 year ago

@karenroldan -- can you try running the tests now? I got confetti mocked, and canvas removed, so I think it should pass for you locally! 🤞

(Also, a couple tests later in the specs after the failures you were seeing needed some tweaking, so I just made those real quick 👍 ).

karenroldan commented 1 year ago

Oh, yay! The tests passed locally now! 🎉 Thank you so much for updating the tests! I'll go ahead and merge the changes.