Skip to content

Commit

Permalink
update: fix tests 2
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Jan 24, 2025
1 parent b0ead7c commit ca9b81d
Show file tree
Hide file tree
Showing 22 changed files with 27 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@notebook_healthcheck
Feature: Healthcheck to create BN, Hexagonal Boron Nitride, HEX (P6/mmm) 2D (Monolayer), 2dm-4991, Grain Boundary (9.00°)

Scenario:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@notebook_healthcheck
Feature: Healthcheck to create Cu4(310)-Cu4(-3-10), Grain Boundary

Scenario:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@notebook_healthcheck
Feature: Healthcheck to create MoS2(001), termination S_P6/mmm_1, Slab, Adatom Pt Defect, Adatom Pt Defect, Adatom Pt Defect, Adatom Pt Defect

Scenario:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@notebook_healthcheck
Feature: Healthcheck to create Sn15 O17, Interstitial O Defect

Scenario:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@notebook_healthcheck
Feature: Healthcheck to create Mg1 Ga35 N35, Vacancy Defect, Pair Defect, Substitution and Vacancy Defect Pair

Scenario:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@notebook_healthcheck
Feature: Healthcheck to create N-doped Graphene

Scenario:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@notebook_healthcheck
Feature: Healthcheck to create B-vacancy h-BN

Scenario:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@notebook_healthcheck
Feature: Healthcheck to create C, Graphene, HEX (P6/mmm) 2D (Monolayer), 2dm-3993, Adatom Li Defect

Scenario:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@notebook_healthcheck
Feature: Healthcheck to create N4Ti4(001), termination TiN_P4/mmm_4, Slab

Scenario:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@notebook_healthcheck
Feature: Healthcheck to create Pt4(211), termination Pt_Pmmm_4, Slab

Scenario:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@notebook_healthcheck
Feature: Healthcheck to create C2(001)-BN(001), Interface, Strain 0.401pct

Scenario:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@notebook_healthcheck
Feature: Healthcheck to create Interface (C_P6/mmm_2, O2_P6/mmm_1)

Scenario:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@notebook_healthcheck
Feature: Healthcheck to create Cu4(001)-O8Si4(001), Interface, Strain 0.444pct

Scenario:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@notebook_healthcheck
Feature: Healthcheck to create Twisted Bilayer Interface (21.79 degrees)

Scenario:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@notebook_healthcheck
Feature: Healthcheck to create Twisted Nanoribbon Interface (2.64 degrees)

Scenario:
Expand Down
5 changes: 3 additions & 2 deletions tests/cypress/e2e/health_checks/nanocluster_gold.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Feature: Healthcheck to create Au55 Icosahedron
@notebook_healthcheck
Feature: Healthcheck to create Au55 Octahedron

Scenario:
When I open materials designer page
Expand All @@ -22,4 +23,4 @@ Feature: Healthcheck to create Au55 Icosahedron
And I submit materials
Then material with following name exists in state
| name | index |
| Au55 Icosahedron | 2 |
| Au55 Octahedron | 2 |
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@notebook_healthcheck
Feature: Healthcheck to create Graphene_Nickel_interface_optimized_xy

Scenario:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@notebook_healthcheck
Feature: Healthcheck to create H-Passivated Silicon Nanowire

Scenario:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Feature: Healthcheck to create Si, Silicon (100) surface (reconstructed), TRI (P1) 2D (Surface), mavrl-si-100-r_passivated
@notebook_healthcheck
Feature: Healthcheck to create Si, Silicon (100) surface (reconstructed), TRI (P1) 2D (Surface), mavrl-si-100-r H-passivated

Scenario:
When I open materials designer page
Expand All @@ -22,4 +23,4 @@ Feature: Healthcheck to create Si, Silicon (100) surface (reconstructed), TRI (P
And I submit materials
Then material with following name exists in state
| name | index |
| Si, Silicon (100) surface (reconstructed), TRI (P1) 2D (Surface), mavrl-si-100-r_passivated | 2 |
| Si, Silicon (100) surface (reconstructed), TRI (P1) 2D (Surface), mavrl-si-100-r H-passivated | 2 |
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@notebook_healthcheck
Feature: Healthcheck to create C, Graphene, HEX (P6/mmm) 2D (Monolayer), 2dm-3993 (Zigzag nanoribbon) (Perturbation: PerturbationFunctionHolder)

Scenario:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@notebook_healthcheck
Feature: Healthcheck to create O3SrTi(011), termination O2_Pmmm_2, Slab

Scenario:
Expand Down
4 changes: 2 additions & 2 deletions tests/cypress/templates/test-cases.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
},
{
"tutorial_notebook_name": "nanocluster_gold.ipynb",
"tutorial_material_name": "Au55 Icosahedron",
"tutorial_material_name": "Au55 Octahedron",
"tutorial_material_file_name": "gold_nanocluster_0.json",
"tutorial_material_index": 2,
"template_name": "jupyterlite-api-examples.ftl",
Expand Down Expand Up @@ -155,7 +155,7 @@
},
{
"tutorial_notebook_name": "passivation_surface_silicon.ipynb",
"tutorial_material_name": "Si, Silicon (100) surface (reconstructed), TRI (P1) 2D (Surface), mavrl-si-100-r_passivated",
"tutorial_material_name": "Si, Silicon (100) surface (reconstructed), TRI (P1) 2D (Surface), mavrl-si-100-r H-passivated",
"tutorial_material_file_name": "Si, Silicon (100) surface (reconstructed), TRI (P1) 2D (Surface), mavrl-si-100-r_passivated.json",
"tutorial_material_index": 2,
"template_name": "jupyterlite-api-examples.ftl",
Expand Down

0 comments on commit ca9b81d

Please sign in to comment.