Commit f7218276 authored by Antoine Kaufmann's avatar Antoine Kaufmann Committed by Hejing Li
Browse files

experiments: add name to e2e components, unlike id this does not have path

parent 92ce9212
...@@ -127,6 +127,7 @@ class E2EComponent(E2EBase): ...@@ -127,6 +127,7 @@ class E2EComponent(E2EBase):
def __init__(self, idd: str) -> None: def __init__(self, idd: str) -> None:
super().__init__() super().__init__()
self.name = idd
self.id = idd self.id = idd
self.has_path = False self.has_path = False
self.type = "" self.type = ""
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment