Add StorageInteractionTest (#28541)
This commit is contained in:
@@ -11,8 +11,8 @@ public sealed class WindowConstruction : InteractionTest
|
||||
public async Task ConstructWindow()
|
||||
{
|
||||
await StartConstruction(Window);
|
||||
await Interact(Glass, 5);
|
||||
ClientAssertPrototype(Window, ClientTarget);
|
||||
await InteractUsing(Glass, 5);
|
||||
ClientAssertPrototype(Window, Target);
|
||||
}
|
||||
|
||||
[Test]
|
||||
@@ -28,8 +28,8 @@ public sealed class WindowConstruction : InteractionTest
|
||||
public async Task ConstructReinforcedWindow()
|
||||
{
|
||||
await StartConstruction(RWindow);
|
||||
await Interact(RGlass, 5);
|
||||
ClientAssertPrototype(RWindow, ClientTarget);
|
||||
await InteractUsing(RGlass, 5);
|
||||
ClientAssertPrototype(RWindow, Target);
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
||||
Reference in New Issue
Block a user