test: Refactor page objects and reuse locators (#19191)

This commit is contained in:
Suguru Inoue
2025-09-08 11:12:43 +02:00
committed by GitHub
parent 89b61ae2c1
commit 8f99f092ff
19 changed files with 530 additions and 575 deletions

View File

@@ -139,7 +139,7 @@ function handleChangeOutputTableColumnCollapsing(columnName: string | null) {
</script>
<template>
<div ref="popOutContainer">
<div ref="popOutContainer" data-test-id="logs-panel">
<!-- force re-create with key for shortcuts to work in pop-out window -->
<LogsViewKeyboardEventListener
:key="String(!!popOutWindow)"