Skip to content

Commit

Permalink
Fix create-new and background table screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
jomarko committed Jan 21, 2025
1 parent 8e1c12b commit 2a40bc3
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/scesim-editor/src/TestScenarioEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ export const TestScenarioEditorInternal = ({
console.trace("[TestScenarioEditorInternal] File Status: " + TestScenarioFileStatus[scesimFileStatus]);

return (
<div ref={testScenarioEditorRootElementRef}>
<div ref={testScenarioEditorRootElementRef} data-testid="kie-tools--scesim-editor--container">
{(() => {
switch (scesimFileStatus) {
case TestScenarioFileStatus.EMPTY:
Expand Down
2 changes: 1 addition & 1 deletion packages/scesim-editor/tests-e2e/__fixtures__/editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ export class Editor {
}

public get() {
return this.page.getByTestId("test-scenario-editor");
return this.page.getByTestId("kie-tools--scesim-editor--container");
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2a40bc3

Please sign in to comment.