Skip to content

Commit b9ae167

Browse files
committed
Modify import
1 parent 1985edf commit b9ae167

File tree

1 file changed

+1
-1
lines changed
  • ui-tests-starter/tst-243+/software/aws/toolkits/jetbrains/uitests/chatTests

1 file changed

+1
-1
lines changed

ui-tests-starter/tst-243+/software/aws/toolkits/jetbrains/uitests/chatTests/TestCaseScripts.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.chatTests
55

66
// language=JS
77
val testFeatureAvailabilityOnSlash = """
8-
import puppeteer from "puppeteer";
8+
const puppeteer = require('puppeteer');
99
1010
async function testNavigation() {
1111
const browser = await puppeteer.connect({

0 commit comments

Comments
 (0)