Skip to content

Commit fb7d362

Browse files
authored
Merge pull request LambdaTest#1687 from surishubham/stage
fix docs
2 parents 704b831 + 2f49d69 commit fb7d362

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

docs/generate-test-cases.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
id: generate-test-cases
2+
id: generate-test-cases-with-ai
33
title: Generate Test Cases with AI
44
hide_title: true
55
sidebar_label: Generate Test Cases with AI
@@ -9,9 +9,9 @@ keywords:
99
- test case
1010
- test cases
1111
- generate test cases
12-
url: https://www.lambdatest.com/support/docs/generate-test-cases/
12+
url: https://www.lambdatest.com/support/docs/generate-test-cases-with-ai/
1313
site_name: LambdaTest
14-
slug: generate-test-cases/
14+
slug: generate-test-cases-with-ai/
1515
---
1616

1717
<script type="application/ld+json"
@@ -76,14 +76,18 @@ We support multiple input formats, including:
7676
#### Record Audio:
7777
- Click the mic icon to begin recording, as shown in the picture.
7878

79+
:::note
80+
Audio recording is not supported in Firefox, ARC and Opera browsers.
81+
:::
82+
7983
<img loading="lazy" src={require('../assets/images/mobile-app-testing/recording_button_test_cases_generation.jpeg').default} alt="recording_button_test_cases_generation" width="1347" height="616" className="doc_img"/>
8084

8185
- Click the tick icon to confirm, or the cross to discard.
8286
<img loading="lazy" src={require('../assets/images/mobile-app-testing/test_cases_generation_through_recording.jpeg').default} alt="test_cases_generation_through_recording" width="1347" height="616" className="doc_img"/>
8387

8488
#### Upload Files:
8589
- Click the '**+**' icon, then select 'Upload from device'.
86-
- You select a maximum of 10 files from your device.
90+
- You can select a maximum of 10 files from your device.
8791

8892
<img loading="lazy" src={require('../assets/images/mobile-app-testing/upload_from_device_test_cases_generation.jpeg').default} alt="upload_from_device_test_cases_generation" width="1347" height="616" className="doc_img"/>
8993

sidebars.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1885,9 +1885,8 @@ module.exports = {
18851885
collapsed: true,
18861886
label: "Test cases",
18871887
items: [
1888-
"generate-test-cases",
1888+
"generate-test-cases-with-ai",
18891889
"manual-test-case-creation",
1890-
"manual-test-cases-with-ai",
18911890
{
18921891
type: "category",
18931892
collapsed: true,

0 commit comments

Comments
 (0)