Skip to content

Commit 920ed31

Browse files
committed
updates in Modules Doc-Deletion note
1 parent 4294117 commit 920ed31

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/create-modules.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ slug: create-modules/
4343
***
4444
Tired of recreating the same test steps for repetitive testing flows? With Modules in LambdaTest Test Manager you can streamline your workflow by reusing pre-existing test steps across multiple test cases. This powerful feature enables you to encapsulate redundant testing flows into modular, reusable components, saving time and ensuring consistency across your projects.
4545

46-
Modules can be managed from the Modules central repository. For this walkthrough we will see how modules are managed from [Modules page](https://test-manager.lambdatest.com/module).
47-
4846
## 1.1 Module Creation from existing Test Steps
4947

5048
To export test steps as a module,
@@ -65,7 +63,7 @@ To export test steps as a module,
6563

6664
### Step 1: Go to Modules page
6765

68-
- Click on `Modules` button in the navbar to go to the Modules listing page.
66+
- Click on `Modules` button in the navbar to go to the [Modules listing page](https://test-manager.lambdatest.com/module).
6967
- Click on `Create a Module`.
7068

7169
<img loading="lazy" src={require('../assets/images/mobile-app-testing/modules-listing-page.png').default} alt="automation-dashboard" className="doc_img"/>
@@ -81,10 +79,14 @@ To export test steps as a module,
8179

8280
Don't worry if you don't have all the details now; you can always edit or add them later.
8381

82+
:::note
83+
You must provide **Module name** & create at **least one test step** to be able to create a new module.
84+
:::
85+
8486
<img loading="lazy" src={require('../assets/images/mobile-app-testing/modules_creation_page.png').default} alt="modules-listing-page" className="doc_img"/>
8587

8688
:::note
87-
You must create at least one test step and provide a module name to create a new module.
89+
Keep in mind Modules can't be deleted but only updated after creation.
8890
:::
8991

9092
## 2. Update Module

0 commit comments

Comments
 (0)