Tests
This commit is contained in:
parent
fceafff79f
commit
a9574aa940
|
|
@ -22,6 +22,7 @@ public abstract partial class InteractionTest
|
|||
protected const string Wrench = "Wrench";
|
||||
protected const string Screw = "Screwdriver";
|
||||
protected const string Weld = "WelderExperimental";
|
||||
protected const string Applicator = "NaniteApplicatorSyndicate"; // DeltaV
|
||||
protected const string Pry = "Crowbar";
|
||||
protected const string Cut = "Wirecutter";
|
||||
|
||||
|
|
|
|||
|
|
@ -186,7 +186,7 @@ public sealed class VendingInteractionTest : InteractionTest
|
|||
Assert.That(IsUiOpen(VendingMachineUiKey.Key), Is.False, "Opened BUI of broken vending machine.");
|
||||
|
||||
// Repair the vending machine
|
||||
await InteractUsing(Weld);
|
||||
await InteractUsing(Applicator); // DeltaV
|
||||
|
||||
// Make sure the BUI can open now that the machine has been repaired
|
||||
await Activate();
|
||||
|
|
|
|||
Loading…
Reference in New Issue