Skip to content

Test: check content of currently open slide#108

Merged
saw-jan merged 1 commit intomainfrom
test/check-slide-content
Sep 16, 2025
Merged

Test: check content of currently open slide#108
saw-jan merged 1 commit intomainfrom
test/check-slide-content

Conversation

@anon-pradip
Copy link
Contributor

@anon-pradip anon-pradip commented Aug 26, 2025

Description

This PR checks the content of the slide which appears when a user opens .md file in presentation viewer using the scenario:
Scenario: check content of a slide

Whenever an user opens the md file in presentation viewer, locator currentSlideSelector selects the first slide (current open slide). We then get that slide's content using getCurrentSlideContent and finally assert that content with the expected one using await expect(getCurrentSlideContent).toBe(content)

Related Issue

Motivation and Context

How Has This Been Tested?

  • test environment:
    Locally and CI

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Tests only (no source changes)
  • Documentation only (no source changes)
  • Maintenance (e.g. dependency updates or tooling)

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation updated

@anon-pradip anon-pradip self-assigned this Aug 26, 2025
@anon-pradip anon-pradip added the QA label Aug 26, 2025
@anon-pradip anon-pradip mentioned this pull request Aug 26, 2025
9 tasks
@anon-pradip anon-pradip force-pushed the test/check-slide-content branch from fa8b534 to 02b6dd9 Compare September 16, 2025 04:17
@anon-pradip anon-pradip force-pushed the test/check-slide-content branch from 02b6dd9 to 81103cb Compare September 16, 2025 04:24
@anon-pradip anon-pradip marked this pull request as ready for review September 16, 2025 05:52
@saw-jan saw-jan merged commit 877dc1d into main Sep 16, 2025
2 checks passed
@saw-jan saw-jan deleted the test/check-slide-content branch September 16, 2025 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants