Skip to content

Commit 47bd34c

Browse files
committed
update: fix combined nb test
1 parent 9c3f758 commit 47bd34c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/cypress/e2e/health_checks/combined/create_and_optimize_ni_graphene_interface_using_automatic_imports.feature

+4-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ Feature: Combined test to create interface with relaxation and optimization
3939
| name | index |
4040
| C2(001)-Ni4(001), Interface, Strain 0.244pct Optimized XY | 3 |
4141

42+
# Remove optimized material from list to avoid conflicts
43+
Then I delete materials with index "3"
44+
4245
# Relax with EMT
4346
# Open JupyterLite
4447
When I open JupyterLite Transformation dialog
@@ -57,4 +60,4 @@ Feature: Combined test to create interface with relaxation and optimization
5760
# Final verification
5861
Then material with following name exists in state
5962
| name | index |
60-
| C2(001)-Ni4(001), Interface, Strain 0.244pct, Relaxed with EMT | 4 |
63+
| C2(001)-Ni4(001), Interface, Strain 0.244pct, Relaxed with EMT | 3 |

0 commit comments

Comments
 (0)