Skip to content

Commit

Permalink
fix step identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
florine2623 committed Dec 17, 2024
1 parent c47456b commit c4dcfe8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/UI/campaigns/audit/BO/11_international.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ describe('BO - International', async () => {
});

it('should go to \'Languages\' page', async function () {
await testContext.addContextItem(this, 'testIdentifier', 'goToLanguagesPage', baseContext);
await testContext.addContextItem(this, 'testIdentifier', 'goBackToLanguagesPage', baseContext);

await boLocalizationPage.goToSubTabLanguages(page);

Expand Down Expand Up @@ -146,7 +146,7 @@ describe('BO - International', async () => {
});

it('should go to \'Currencies\' page', async function () {
await testContext.addContextItem(this, 'testIdentifier', 'goToCurrenciesPage', baseContext);
await testContext.addContextItem(this, 'testIdentifier', 'goBackToCurrenciesPage', baseContext);

await boLocalizationPage.goToSubTabCurrencies(page);

Expand Down Expand Up @@ -208,7 +208,7 @@ describe('BO - International', async () => {
});

it('should go to \'Locations\' page > Zones tab', async function () {
await testContext.addContextItem(this, 'testIdentifier', 'goToZonesPage', baseContext);
await testContext.addContextItem(this, 'testIdentifier', 'goBackToZonesPage', baseContext);

await boDashboardPage.goToSubMenu(
page,
Expand Down Expand Up @@ -258,7 +258,7 @@ describe('BO - International', async () => {
});

it('should go to \'Countries\' page', async function () {
await testContext.addContextItem(this, 'testIdentifier', 'goToCountriesPage', baseContext);
await testContext.addContextItem(this, 'testIdentifier', 'goBackToCountriesPage', baseContext);

await zonesPage.goToSubTabCountries(page);

Expand Down Expand Up @@ -303,7 +303,7 @@ describe('BO - International', async () => {
});

it('should go to \'States\' page', async function () {
await testContext.addContextItem(this, 'testIdentifier', 'goToStatesPage', baseContext);
await testContext.addContextItem(this, 'testIdentifier', 'goBackToStatesPage', baseContext);

await zonesPage.goToSubTabStates(page);

Expand Down Expand Up @@ -352,7 +352,7 @@ describe('BO - International', async () => {
});

it('should go to \'International > Taxes\' page', async function () {
await testContext.addContextItem(this, 'testIdentifier', 'goToTaxesPage', baseContext);
await testContext.addContextItem(this, 'testIdentifier', 'goBackToTaxesPage', baseContext);

await boDashboardPage.goToSubMenu(
page,
Expand Down Expand Up @@ -401,7 +401,7 @@ describe('BO - International', async () => {
});

it('should go to \'Tax Rules\' page', async function () {
await testContext.addContextItem(this, 'testIdentifier', 'goToTaxRulesPage', baseContext);
await testContext.addContextItem(this, 'testIdentifier', 'goBackToTaxRulesPage', baseContext);

await taxesPage.goToTaxRulesPage(page);

Expand Down

0 comments on commit c4dcfe8

Please sign in to comment.