Skip to content

Commit

Permalink
Update deployment ids (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
betsyknoke authored Jul 5, 2023
1 parent d684a64 commit 000263b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import androidx.test.uiautomator.Until

open class BasePage(val activity: Activity) {

val waitTime = 40.toLong()
val waitTime = 50.toLong()
val shortWaitTime = 5.toLong()

// Initialize activity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ class ComposePrototypeUITest : BaseTests() {
@Test
fun testDisconnectAgent_ReadOnly() {
apiHelper.disconnectAllConversations()
enterDeploymentInfo(testConfig.deploymentId)
enterDeploymentInfo(testConfig.agentDisconnectDeploymentId)
connect()
sendMsg(helloText)
val conversationInfo = apiHelper.answerNewConversation()
Expand All @@ -418,7 +418,7 @@ class ComposePrototypeUITest : BaseTests() {
@Test
fun testDisconnectAgent_NotReadOnly() {
apiHelper.disconnectAllConversations()
enterDeploymentInfo(testConfig.agentDisconnectDeploymentId)
enterDeploymentInfo(testConfig.deploymentId)
connect()
sendMsg(helloText)
val conversationInfo = apiHelper.answerNewConversation()
Expand Down Expand Up @@ -447,7 +447,7 @@ class ComposePrototypeUITest : BaseTests() {
@Test
fun testHistoryPull() {
apiHelper.disconnectAllConversations()
enterDeploymentInfo(testConfig.deploymentId)
enterDeploymentInfo(testConfig.agentDisconnectDeploymentId)
connect()
sendMsg(helloText)
val conversationInfo = apiHelper.answerNewConversation()
Expand Down

0 comments on commit 000263b

Please sign in to comment.