2 references to GetAndValidateCellTexts
Aspire.Templates.Tests (2)
StarterTemplateRunTestsBase.cs (2)
104
var firstLoadText = string.Join(',', (await
GetAndValidateCellTexts
(tableLoc)).SelectMany(r => r));
109
var secondLoadText = string.Join(',', (await
GetAndValidateCellTexts
(tableLoc)).SelectMany(r => r));