File tree Expand file tree Collapse file tree 3 files changed +1
-2
lines changed
tst-243+/software/aws/toolkits/jetbrains/uitests/chatTests Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ dependencies {
6666 testFramework(TestFrameworkType .JUnit5 )
6767
6868 testFramework(TestFrameworkType .Starter , configurationName = uiTestImplementation.name)
69-
7069 }
7170
7271 testPlugins(project(" :plugin-amazonq" , " pluginZip" ))
Original file line number Diff line number Diff line change 33
44package software.aws.toolkits.jetbrains.uitests.chatTests
55
6+ // language=JS
67val testFeatureAvailabilityOnSlash = """
78import puppeteer from "puppeteer";
89
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ import software.aws.toolkits.jetbrains.utils.extensions.SsoLoginExtension
2020
2121@ExtendWith(ApplicationExtension ::class , SsoLoginExtension ::class )
2222@SsoLogin(" amazonq-test-account" )
23- // @DisabledIfEnvironmentVariable(named = "IS_PROD", matches = "false")
2423class PreAmazonQUiTest {
2524
2625 @TestDisposable
You can’t perform that action at this time.
0 commit comments