Skip to content

Commit

Permalink
test: remove the .only() whoopsie :)
Browse files Browse the repository at this point in the history
  • Loading branch information
ozyx committed Jul 23, 2024
1 parent 891e3e0 commit f63b97b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const expectedAltText = process.platform === 'linux' ? 'Shift+Alt drag to pan' :
const thumbnailUrlParamsRegexp = /\?w=100&h=100/;

//The following block of tests verifies the basic functionality of example imagery and serves as a template for Imagery objects embedded in other objects.
test.describe.only('Example Imagery Object', () => {
test.describe('Example Imagery Object', () => {
test.beforeEach(async ({ page }) => {
//Go to baseURL
await page.goto('./', { waitUntil: 'domcontentloaded' });
Expand Down

0 comments on commit f63b97b

Please sign in to comment.