Skip to content

Commit

Permalink
Merge pull request #423 from ditrit/bugfix/rewritten_file_checkout
Browse files Browse the repository at this point in the history
Bugfix/rewritten file checkout
  • Loading branch information
Zorin95670 authored Oct 19, 2023
2 parents e3bdb02 + 438248e commit 9ad696b
Show file tree
Hide file tree
Showing 6 changed files with 247 additions and 219 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

* Fix bug on click on component definition from plugins with single file diagrams, see [this issue](https://github.com/ditrit/leto-modelizer/issues/407).
* Fix bug about rewritten file on checkout, see [this issue](https://github.com/ditrit/leto-modelizer/issues/422).

## [1.3.0] - 2023/09/12

Expand Down
1 change: 1 addition & 0 deletions cypress/e2e/RoundTrips/TextEditor.feature
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ Feature: Test roundtrip of the application: text editor

## 501 Check if the file updated content is still set after switching tab
When I double click on '[data-cy="file-explorer"] [data-cy="file_{{ diagramFolder }}/main.tf"]'
And I wait 1 second
Then I expect '[data-cy="file-tabs-container"] [role="tab"]' appear 2 times on screen
And I expect '[data-cy="file-tabs-container"] [data-cy="active-tab"]' is 'main.tf'
And I expect '[data-cy="file-tabs-container"] [data-cy="inactive-tab"]' is 'README.md'
Expand Down
Loading

0 comments on commit 9ad696b

Please sign in to comment.