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