Skip to content
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

RUN-2260: Fix: spinner always shown in nextUi jobs list #9045

Merged
merged 6 commits into from Apr 4, 2024
Merged

Conversation

gschueler
Copy link
Member

@gschueler gschueler commented Apr 3, 2024

Is this a bugfix, or an enhancement? Please describe.

Fix: SCM status spinner is always shown for jobs in the next UI job list screen

Describe the solution you've implemented

Describe alternatives you've considered

Additional context

@gschueler gschueler added this to the 5.2.0 milestone Apr 4, 2024
@gschueler gschueler marked this pull request as ready for review April 4, 2024 21:24
Copy link
Contributor

@smartinellibenedetti smartinellibenedetti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

it("no content if there is no scm status", async () => {
const wrapper = await mountJobScmStatus({ itemData: {} });

let detail = wrapper.findAll("*");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question: why you're searching for an asterisk here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

css selector for any element, expecting to find nothing in this case

@gschueler gschueler merged commit a345a95 into main Apr 4, 2024
6 checks passed
@gschueler gschueler deleted the RUN-2260 branch April 4, 2024 22:04
Copy link

github-actions bot commented Apr 4, 2024

💚 All backports created successfully

Status Branch Result
release/5.2.x

Questions ?

Please refer to the Backport tool documentation and see the Github Action logs for details

gschueler added a commit that referenced this pull request Apr 5, 2024
[release/5.2.x] Merge pull request #9045 from rundeck/RUN-2260
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants