Skip to content

Commit aab9701

Browse files
authored
Merge pull request strictdoc-project#1316 from strictdoc-project/stanislaw/relations_integration
tests/end2end: update to new naming conventions: edit_requirement/_requirement_relations/*
2 parents ddd757b + 815e09d commit aab9701

File tree

36 files changed

+2
-3
lines changed

36 files changed

+2
-3
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
from seleniumbase import BaseCase
2-
1+
from tests.end2end.e2e_case import E2ECase
32
from tests.end2end.end2end_test_setup import End2EndTestSetup
43
from tests.end2end.helpers.screens.document.form_edit_config import (
54
Form_EditConfig,
@@ -10,7 +9,7 @@
109
from tests.end2end.server import SDocTestServer
1110

1211

13-
class Test_UC11_T40_EditDocumentAbstract(BaseCase):
12+
class Test(E2ECase):
1413
def test(self):
1514
test_setup = End2EndTestSetup(path_to_test_file=__file__)
1615

tests/end2end/screens/document/edit_requirement/_requirement_relations/update_requirement_two_documents_removing_link/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)