Unverified Commit 9c0d037e authored by Nicola Soranzo's avatar Nicola Soranzo Committed by GitHub
Browse files

Merge pull request #14265 from davelopez/22.05_fix_more_flaky_selenium

[22.05] Avoid placeholder value in one more selenium selector
parents 5ad20109 0636037e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -164,7 +164,7 @@ history_panel:
      _: '.history-index .content-item${suffix}'
      title: '${_} .content-title'
      details: '${_} .details'
      summary: '${_} .summary'
      summary: '${_} .not-loading .summary'

      hid: '${_} .hid'
      name: '${_} .name'