Skip to content

Commit

Permalink
Update PlaywrightE2ETests_DDC2024.cs: Rename test methods for DDC2024…
Browse files Browse the repository at this point in the history
… and ensure consistency in naming conventions
  • Loading branch information
norschel committed Nov 27, 2024
1 parent 2846bfc commit 0ef5ce8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions PlaywrightDemos/PlaywrightE2ETests_DDC2024.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public async Task DDC2024_SimpleSmokeTest()

#region Video
[TestMethod]
public async Task DDC2023_Video_SimpleSmokeTest()
public async Task DDC2024_Video_SimpleSmokeTest()
{
var playwright = await Playwright.CreateAsync();

Expand Down Expand Up @@ -154,7 +154,7 @@ public async Task HeiseMediadaten_PlaywrightDownloadTest_()
[DataRow("Webkit")]
[DataRow("Edge")]
[DataRow("Chrome")]
public async Task DataDriven_DDC2023_SimpleSmokeTest(string BrowserName)
public async Task DataDriven_DDC2024_SimpleSmokeTest(string BrowserName)
{
var playwright = await Playwright.CreateAsync();

Expand Down Expand Up @@ -207,7 +207,7 @@ private static async Task<IBrowser> GetBrowserAsync(IPlaywright playwright, stri

#region DeviceTest
//[TestMethod]
public async Task DDC2023_DeviceTest_SmokeTest()
public async Task DDC2024_DeviceTest_SmokeTest()
{
var playwright = await Playwright.CreateAsync();

Expand Down Expand Up @@ -244,7 +244,7 @@ public async Task DDC2023_DeviceTest_SmokeTest()

#region Route Demo
[TestMethod]
public async Task DDC_Playwright_RouteBlockTest()
public async Task DDC2024_Playwright_RouteBlockTest()
{
var playwright = await Playwright.CreateAsync();
await using var browser = await playwright.Chromium.LaunchAsync(
Expand Down

0 comments on commit 0ef5ce8

Please sign in to comment.