Skip to content

Test 'Refine System Log' pages#2685

Open
janfaracik wants to merge 4 commits intojenkinsci:masterfrom
janfaracik:test-test-refine-system-log-pages
Open

Test 'Refine System Log' pages#2685
janfaracik wants to merge 4 commits intojenkinsci:masterfrom
janfaracik:test-test-refine-system-log-pages

Conversation

@janfaracik
Copy link
Copy Markdown
Member

Tests jenkinsci/jenkins#26614

Testing done

Submitter checklist

  • Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
  • Ensure that the pull request title represents the desired changelog entry
  • Please describe what you did
  • Link to relevant issues in GitHub or Jira
  • Link to relevant pull requests, esp. upstream and downstream changes
  • Ensure you have provided tests that demonstrate the feature works or the issue is fixed

@janfaracik janfaracik marked this pull request as ready for review April 19, 2026 19:06
@janfaracik janfaracik requested a review from a team as a code owner April 19, 2026 19:06
j.visit("log/new");
j.visit("log");

// This can be simplified to clicking the Add recorder button once the baseline is high enough
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

isn't this always a button? why not use the button finder?

Comment on lines +30 to +31
)).click();
j.waitFor(by.xpath("//form[contains(@name, 'configSubmit')]"), 10);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

if this is using a diaglog (which it looks like from the upstream) then this method of obtaining the button is incorrect.
Check the helpers for runThenHandleDialog (or somethign similar) (TL;DR this can match whilst the dialog is animating into view, and cause the click to miss)

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.

2 participants