Skip to content

Commit

Permalink
Replace content assist hotkey with explicit triggers
Browse files Browse the repository at this point in the history
Hopefully this will reduce the number of false execution errors in
Jenkins seen with #145
  • Loading branch information
ujhelyiz committed Mar 26, 2024
1 parent 2bdb679 commit 7760c41
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Element-Version: 3.0
External-Reference:
Id: _DHI3kPBQEeWlEbYJ7IoFCQ
Runtime-Version: 2.5.4.202210020716
Save-Time: 3/21/24, 7:18 PM
Save-Time: 3/26/24, 6:30 PM
Testcase-Type: ecl

------=_.description-216f885c-d591-38ce-8ea2-e4f8cb4d6ffa
Expand Down Expand Up @@ -91,18 +91,18 @@ with [get-editor "test.vql" | get-text-viewer] {
type-text "pattern NotAllocatedApplicationInstances("
key-type Enter
type-text "inst : "
key-type "CTRL+SPACE"
show-content-assist
key-type Down
key-type Up
key-type Enter
key-type Down
type-text " {"
key-type Enter
type-text "neg fin"
key-type "CTRL+SPACE"
show-content-assist
key-type Enter
type-text " "
key-type "CTRL+SPACE"
show-content-assist
key-type Enter
key-type Left
type-text inst
Expand All @@ -111,7 +111,7 @@ with [get-editor "test.vql" | get-text-viewer] {
type-text "pattern ApplicationsWithAllocatedInstances("
key-type Enter
type-text "app : "
key-type "CTRL+SPACE"
show-content-assist
}
get-window -from "CompletionProposalPopup.createProposalSelector()" | get-table | select ApplicationType | click
-default
Expand All @@ -120,7 +120,7 @@ with [get-editor "test.vql" | get-text-viewer] {
type-text " {"
key-type Enter
type-text App
key-type "CTRL+SPACE"
show-content-assist
}
get-window -from "CompletionProposalPopup.createProposalSelector()" | get-table | select ApplicationType | click
-default
Expand All @@ -134,12 +134,12 @@ with [get-editor "test.vql" | get-text-viewer] {
key-type Right
type-text ";"
key-type Enter
key-type "CTRL+SPACE"
show-content-assist
}
get-window -from "CompletionProposalPopup.createProposalSelector()" | get-table | select find | click -default
with [get-editor "test.vql" | get-text-viewer] {
type-text " "
key-type "CTRL+SPACE"
show-content-assist
}
get-window -from "CompletionProposalPopup.createProposalSelector()" | get-table
| select "AllocatedApplicationInstances - org.eclipse.viatra.examples.cps.testqueries.AllocatedApplicationInstances"
Expand Down

0 comments on commit 7760c41

Please sign in to comment.