Add StorageInteractionTest (#28541)
This commit is contained in:
@@ -13,9 +13,9 @@ public sealed class PlaceableDeconstruction : InteractionTest
|
||||
{
|
||||
await StartDeconstruction("Table");
|
||||
Assert.That(Comp<PlaceableSurfaceComponent>().IsPlaceable);
|
||||
await Interact(Wrench);
|
||||
await InteractUsing(Wrench);
|
||||
AssertPrototype("TableFrame");
|
||||
await Interact(Wrench);
|
||||
await InteractUsing(Wrench);
|
||||
AssertDeleted();
|
||||
await AssertEntityLookup((Steel, 1), (Rod, 2));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user