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

Grails 7: grails-functional-tests: HomeSpec > Test the home page renders correctly FAILED #265

Open
jamesfredley opened this issue Nov 12, 2024 · 1 comment
Assignees

Comments

@jamesfredley
Copy link
Contributor

jamesfredley commented Nov 12, 2024

index.gsp

		<meta name="layout" content="main"/>
		<title>Welcome to Grails</title>

https://github.com/grails/grails-functional-tests/blob/7.0.x/app1/grails-app/views/index.gsp#L1-L5

layouts/main.gsp

	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
		<title><g:layoutTitle default="Grails"/></title>

https://github.com/grails/grails-functional-tests/blob/7.0.x/app1/grails-app/views/layouts/main.gsp#L7-L10

> Task :app1:integrationTest

HomeSpec > Test the home page renders correctly FAILED
    Condition not satisfied:

    title == "Welcome to Grails"
    |     |
    ""    false
          17 differences (0% similarity)
          (-----------------)
          (Welcome to Grails)
        at functionaltests.HomeSpec.Test the home page renders correctly(HomeSpec.groovy:17)

https://repo.grails.org/ui/native/core/org/sitemesh/sitemesh/3.2.2-SNAPSHOT/
https://repo.grails.org/ui/native/core/org/sitemesh/grails-plugin-sitemesh3/7.0.0-SNAPSHOT/
have the same latest snapshots as:
https://oss.sonatype.org/content/repositories/snapshots/org/sitemesh/sitemesh/3.2.2-SNAPSHOT/
https://oss.sonatype.org/content/repositories/snapshots/org/sitemesh/grails-plugin-sitemesh3/7.0.0-SNAPSHOT/

@jamesfredley jamesfredley moved this to Todo in Grails 7 Nov 12, 2024
@matrei matrei self-assigned this Nov 15, 2024
@matrei matrei moved this from Todo to In Progress in Grails 7 Nov 15, 2024
@jamesfredley
Copy link
Contributor Author

grails/grails-core#13846

@jamesfredley jamesfredley added this to the 7.0.0-M2 milestone Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

2 participants