Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test that when edits are saved, fields cannot be editable #21

Open
ruthmoog opened this issue Jun 16, 2023 · 0 comments
Open

Test that when edits are saved, fields cannot be editable #21

ruthmoog opened this issue Jun 16, 2023 · 0 comments
Labels

Comments

@ruthmoog
Copy link
Owner

ruthmoog commented Jun 16, 2023

I've added a test bee.spec.js/Change walk meta data which is testing the edit/save metadata functionality, however negating the toBeEditable method is not working how I expected. It seems correct in the UI but the not isn't getting passed playwrights checks

        await expect(endTime).not.toBeEditable();

https://playwright.dev/docs/api/class-locatorassertions#locator-assertions-not

@ruthmoog ruthmoog added the fixme label Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant