You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/DialogueEditor/components/Explorer/components/Preview/components/DialogueOptions/DialogueOptions.test.luau
+29Lines changed: 29 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -272,6 +272,35 @@ return {
272
272
end).toFinishBeforeSeconds(1);
273
273
274
274
end);
275
+
276
+
it("can request to open condition script in Roblox script editor", function()
277
+
278
+
expect(function()
279
+
280
+
render("Message");
281
+
282
+
assert(screenGui, "ScreenGui should be initialized before running tests.");
0 commit comments