Skip to content

Commit 1f29f24

Browse files
author
Gaurav Gandhi
committed
update scripts + move test data to subfolder for update readme tests
1 parent 6ccab34 commit 1f29f24

File tree

10 files changed

+4
-4
lines changed

10 files changed

+4
-4
lines changed

ui-tests-starter/tst-243+/software/aws/toolkits/jetbrains/uitests/docTests/UpdateReadmeWithLatestChangesFlowTest.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class UpdateReadmeWithLatestChangesFlowTest {
6060
val testCase = TestCase(
6161
IdeProductProvider.IC,
6262
LocalProjectInfo(
63-
Paths.get("tstData", "qdoc")
63+
Paths.get("tstData", "qdoc", "updateFlow")
6464
)
6565
).useRelease(System.getProperty("org.gradle.project.ideProfileName"))
6666

@@ -93,7 +93,7 @@ class UpdateReadmeWithLatestChangesFlowTest {
9393
val testCase = TestCase(
9494
IdeProductProvider.IC,
9595
LocalProjectInfo(
96-
Paths.get("tstData", "qdoc")
96+
Paths.get("tstData", "qdoc", "updateFlow")
9797
)
9898
).useRelease(System.getProperty("org.gradle.project.ideProfileName"))
9999

@@ -126,7 +126,7 @@ class UpdateReadmeWithLatestChangesFlowTest {
126126
val testCase = TestCase(
127127
IdeProductProvider.IC,
128128
LocalProjectInfo(
129-
Paths.get("tstData", "qdoc")
129+
Paths.get("tstData", "qdoc", "updateFlow")
130130
)
131131
).useRelease(System.getProperty("org.gradle.project.ideProfileName"))
132132

ui-tests-starter/tst-243+/software/aws/toolkits/jetbrains/uitests/docTests/scripts/Utils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package software.aws.toolkits.jetbrains.uitests.docTests.scripts
55

66
// language=TS
77
val findAndClickButtonScript = """
8-
export const findAndClickButton = async (
8+
const findAndClickButton = async (
99
page,
1010
buttonText,
1111
clickButton = false,
File renamed without changes.

0 commit comments

Comments
 (0)